aboutsummaryrefslogtreecommitdiff
path: root/tests/tests2/82_nocode_wanted.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix more nocode_wanted jump problemsMichael Matz2016-12-151-0/+32
| | | | | | | 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/+80
a test included.