From 64ed64ed5c2f64ee83a7963273bedf490926050e Mon Sep 17 00:00:00 2001 From: Jason Zaugg Date: Thu, 20 Feb 2014 11:23:50 +0100 Subject: SI-8315 Fix crash in dead code elimination It was a cache invalidation bug. We need to mark the Code as touched to invalidate the caches behind `predecessors` and `successors`. --- test/files/pos/t8315.flags | 1 + 1 file changed, 1 insertion(+) create mode 100644 test/files/pos/t8315.flags (limited to 'test/files/pos/t8315.flags') diff --git a/test/files/pos/t8315.flags b/test/files/pos/t8315.flags new file mode 100644 index 0000000000..c926ad6493 --- /dev/null +++ b/test/files/pos/t8315.flags @@ -0,0 +1 @@ +-Yinline -Ydead-code -- cgit v1.2.3