]> git.wh0rd.org - ICEs.git/blob - 138209/reduce-ice
add bfin ice
[ICEs.git] / 138209 / reduce-ice
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
8 FILE=ice.i
9 CC=gcc-3.4.6
10 CFLAGS="-Wall -pedantic"
11 STRING="Error"
12 export LC_ALL=es_ES.UTF8
13
14 $CC -pipe -c $CFLAGS $FILE 2>&1 | grep "$STRING"