]> git.wh0rd.org - ICEs.git/blame - 394889/reduce-ice
more
[ICEs.git] / 394889 / reduce-ice
CommitLineData
bd3239d2
MF
1#!/bin/bash
2#
3# Run like:
4# multidelta -level=# ./reduce-ice $FILE
5# levels: 0 0 1 1 2 2 10 10
6#
7
8FILE=s_triangle.i
9CC=hppa2.0-unknown-linux-gnu-gcc
10CFLAGS="-march=2.0 -g -O2 -fpic"
11STRING="internal compiler error: in simplify_subreg, at simplify-rtx.c:5147"
12
13$CC -pipe -c $CFLAGS $FILE 2>&1 | grep "$STRING"