]> git.wh0rd.org - ICEs.git/blame_incremental - 134547/reduce-ice
more ices
[ICEs.git] / 134547 / reduce-ice
... / ...
CommitLineData
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
8FILE=seed48_r.i
9CC=hppa2.0-unknown-linux-gnu-gcc
10CFLAGS=""
11STRING="unrecognizable insn"
12
13$CC -pipe -c $CFLAGS $FILE 2>&1 | grep "$STRING"