aboutsummaryrefslogtreecommitdiff
path: root/tests/tests2/82_nocode_wanted.expect
Commit message (Collapse)AuthorAgeFilesLines
* Fix more nocode_wanted jump problemsMichael Matz2016-12-151-0/+4
| | | | | | | In statement expression we really mustn't emit backward jumps under nocode_wanted (they will form infinte loops as no expressions are evaluated). Do-while and explicit loop with gotos weren't handled.
* nocode_wanted with while/for inside ({})seyko2016-04-051-0/+10
a test included.