]> git.wh0rd.org - ICEs.git/blame_incremental - 505182/reduce-ice
more
[ICEs.git] / 505182 / reduce-ice
... / ...
CommitLineData
1#!/bin/sh
2#
3# Run like:
4# multidelta -level=# ./reduce-ice $FILE
5# levels: 0 0 1 1 2 2 10 10
6#
7
8FILE=ssh-keygen.i
9CC=hppa2.0-unknown-linux-gnu-gcc-4.7.3
10CFLAGS="-O2 -fno-builtin-memset -ftrapv"
11STRING="internal compiler error: in hoist_code, at gcse.c:3123"
12
13$CC -pipe -c $CFLAGS $FILE -o /dev/null 2>&1 | grep "$STRING"