From 42aff37076747c5b63a8cae073deb9c4930d8f7a Mon Sep 17 00:00:00 2001 From: Lukas Rytz Date: Mon, 20 Oct 2014 15:38:25 +0200 Subject: SI-8925, SI-7407 test cases, fixed in new backend Given that the issues are old (2.10) and we move to the new backend in 2.12, I don't plan to fix them in GenASM. The test case for 7407 existed already, this commit just adds `-Yopt:l:none` to the flags to make no dead code is eliminated. --- test/files/run/t8925.flags | 1 + 1 file changed, 1 insertion(+) create mode 100644 test/files/run/t8925.flags (limited to 'test/files/run/t8925.flags') diff --git a/test/files/run/t8925.flags b/test/files/run/t8925.flags new file mode 100644 index 0000000000..be4ef0798a --- /dev/null +++ b/test/files/run/t8925.flags @@ -0,0 +1 @@ +-Ynooptimise -Yopt:l:none -Ybackend:GenBCode -- cgit v1.2.3