]> git.wh0rd.org - ICEs.git/blame - sh-ghostscript/reduce-ice
more ices
[ICEs.git] / sh-ghostscript / reduce-ice
CommitLineData
81f80d8c
MF
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=gdevifno.i
9CC=sh4-unknown-linux-gnu-gcc
10CFLAGS="-O2 -pipe"
11STRING="unable to find a register to spill in class .R0_REGS"
12
13$CC -pipe -c $CFLAGS $FILE 2>&1 | grep "$STRING"