From b79c7600544db9964c228b94a2f70f3ed854f89b Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Thu, 26 Jul 2012 10:16:29 -0700 Subject: Removed restriction on final vars, SI-2418. The original fix for SI-2418 excluded final vars entirely, but the problem was not final vars per se, but the emission of ACC_FINAL in combination with ACC_VOLATILE. Since vars never get ACC_FINAL now, this is no longer an issue. --- test/files/run/t2418.check | 1 + 1 file changed, 1 insertion(+) create mode 100644 test/files/run/t2418.check (limited to 'test/files/run/t2418.check') diff --git a/test/files/run/t2418.check b/test/files/run/t2418.check new file mode 100644 index 0000000000..f599e28b8a --- /dev/null +++ b/test/files/run/t2418.check @@ -0,0 +1 @@ +10 -- cgit v1.2.3