]> git.wh0rd.org - ICEs.git/blobdiff - 353816/reduce-ice
more
[ICEs.git] / 353816 / reduce-ice
diff --git a/353816/reduce-ice b/353816/reduce-ice
new file mode 100755 (executable)
index 0000000..3e79756
--- /dev/null
@@ -0,0 +1,13 @@
+#!/bin/bash
+#
+# Run like:
+#  multidelta -level=# ./reduce-ice $FILE
+#  levels: 0 0 1 1 2 2 10 10
+#
+
+FILE=busybox.i
+CC=gcc
+CFLAGS=""
+STRING="undefined reference to.*__memmove_chk_ssse3"
+
+$CC -pipe -static $CFLAGS $FILE 2>&1 | grep "$STRING"