]> git.wh0rd.org - ICEs.git/blame - 195695/reduce-ice
more
[ICEs.git] / 195695 / reduce-ice
CommitLineData
45516216 1#!/bin/bash
2#
3# Run like:
4# multidelta -level=# ./reduce-ice $FILE
5# levels: 0 0 1 1 2 2 10 10
81f80d8c 6#
45516216 7
8FILE=xorg.i
9CC=gcc-4.2.2
10CFLAGS="-O1 -m32 -ftree-loop-linear"
11STRING="internal compiler error: in bsi_for_stmt, at tree-cfg.c:2826"
12
13$CC -pipe -c $CFLAGS $FILE 2>&1 | grep "$STRING"