summaryrefslogtreecommitdiff
path: root/test/files/run/t8925.flags
Commit message (Collapse)AuthorAgeFilesLines
* Don't force the GenASM backend when passing -optimizeLukas Rytz2015-04-011-1/+1
| | | | | | This behavior is confusing and also problematic for writing partest tests: CI passes -optimize, which negates the -Ybackend:GenBCode entry in a flags file.
* SI-8925, SI-7407 test cases, fixed in new backendLukas Rytz2014-11-041-0/+1
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.