]> git.wh0rd.org - ICEs.git/blame - 353816/reduce-ice
more
[ICEs.git] / 353816 / reduce-ice
CommitLineData
bd3239d2
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=busybox.i
9CC=gcc
10CFLAGS=""
11STRING="undefined reference to.*__memmove_chk_ssse3"
12
13$CC -pipe -static $CFLAGS $FILE 2>&1 | grep "$STRING"