#!/bin/bash # # Run like: # multidelta -level=# ./reduce-ice $FILE # levels: 0 0 1 1 2 2 10 10 # FILE=des.i CC=gcc CFLAGS="-Wall -Os -fno-tree-dominator-opts" STRING="'f' may be used uninitialized in this function" $CC -pipe -c $CFLAGS $FILE 2>&1 | grep "$STRING"