summaryrefslogtreecommitdiff
path: root/test/files/run/t8845.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-8845 Control flow pot-pourri crashes GenASM, but not -BCodeJason Zaugg2014-10-011-0/+1
Given that we'll switch to GenBCode in 2.12, the test case showing the bug is fixed under that option is all I plan to offer for this bug. The flags file contains `-Ynooptimize` to stay locked into `GenBCode`.