]> git.wh0rd.org - ICEs.git/blame - 157395/reduce-ice
more
[ICEs.git] / 157395 / 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=ice.i
9CC=powerpc64-unknown-linux-gnu-gcc
10CFLAGS="-O1"
11STRING="error: unrecognizable insn"
12
13$CC -pipe -S $CFLAGS $FILE 2>&1 | grep "$STRING"