]> git.wh0rd.org - ICEs.git/blob - 179353/reduce-ice
e1574457868b850009d23353bae7aefbf9f239d9
[ICEs.git] / 179353 / reduce-ice
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
8 FILE=sigsuspend.s
9 CC=/usr/powerpc-unknown-linux-gnu/alpha-unknown-linux-gnu/binutils-bin/2.17.50.0.6/as
10 STRING="previous CFI entry not closed"
11
12 $CC $FILE 2>&1 | grep "$STRING"