#!/bin/bash # # Run like: # multidelta -level=# ./reduce-ice $FILE # levels: 0 0 1 1 2 2 10 10 # FILE=regex.i CC=hppa2.0-unknown-linux-gnu-gcc CFLAGS="-O1" STRING="error: insn does not satisfy its constraints" $CC -pipe -c $CFLAGS $FILE 2>&1 | grep "$STRING"