X-Git-Url: https://git.wh0rd.org/?p=ICEs.git;a=blobdiff_plain;f=reduce-ice;h=328af0972457fb8d922452581cdf6adbcacdba1c;hp=1e71ac800e51fbcddfecbe47ff9cc57b31d9b53b;hb=dbff64cb4b7530861c2309c794efdd4e0cf47a23;hpb=0e45bb161e4c1a7d89732e3b1e928f16ae16ef55 diff --git a/reduce-ice b/reduce-ice index 1e71ac8..328af09 100755 --- a/reduce-ice +++ b/reduce-ice @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # # Run like: # multidelta -level=# ./reduce-ice $FILE @@ -13,4 +13,4 @@ CC=g++-3.4.6 CFLAGS="-ggdb -m32" STRING="internal compiler error.*dwarf2out_finish" -$CC -pipe -c $CFLAGS $FILE 2>&1 | grep "$STRING" +$CC -pipe -c $CFLAGS $FILE -o /dev/null 2>&1 | grep "$STRING"