]> git.wh0rd.org - ICEs.git/blame - 210125/reduce-ice
more
[ICEs.git] / 210125 / 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=gtk.i
9CC=sh4-unknown-linux-gnu-gcc
10CFLAGS="-O2 -fPIC"
11STRING="internal compiler error: Segmentation fault"
12
13$CC -pipe -c $CFLAGS $FILE 2>&1 | grep "$STRING"