]> git.wh0rd.org - ICEs.git/blobdiff - 360229/reduce-ice
more
[ICEs.git] / 360229 / reduce-ice
diff --git a/360229/reduce-ice b/360229/reduce-ice
new file mode 100755 (executable)
index 0000000..ce68bbb
--- /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=xapian_wrap.i
+CC=g++-4.4.4
+CFLAGS=""
+STRING="internal compiler error.*partition_view_bitmap"
+
+$CC -pipe -c $CFLAGS $FILE 2>&1 | grep "$STRING"