Fix more nocode_wanted jump problems
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.
This commit is contained in:
@ -7,4 +7,8 @@ timeout=2
|
||||
timeout=1
|
||||
timeout=2
|
||||
timeout=1
|
||||
timeout=2
|
||||
timeout=1
|
||||
timeout=2
|
||||
timeout=1
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user