]> git.wh0rd.org - ICEs.git/blame - 318007/reduce-ice
add bfin ice
[ICEs.git] / 318007 / reduce-ice
CommitLineData
81f80d8c
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=buf0buf.i
9CC=powerpc64-unknown-linux-gnu-gcc
10CFLAGS="-O2"
11STRING="internal compiler error: in copyprop_hardreg_forward_1, at regrename.c"
12
13$CC -pipe -c $CFLAGS $FILE 2>&1 | grep "$STRING"