summaryrefslogtreecommitdiffstats
path: root/test/472-unreachable-if-regression/info.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/472-unreachable-if-regression/info.txt')
-rw-r--r--test/472-unreachable-if-regression/info.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/472-unreachable-if-regression/info.txt b/test/472-unreachable-if-regression/info.txt
new file mode 100644
index 0000000000..d8b5a45411
--- /dev/null
+++ b/test/472-unreachable-if-regression/info.txt
@@ -0,0 +1,3 @@
+Regression test for crashes during compilation of methods which end
+with an if-cc or switch, i.e. there's a fall-through out of method code.
+Also tests a packed-switch with negative offset to its data.