From 1602998751c8de219514af271a3925b69a6570fb Mon Sep 17 00:00:00 2001 From: Michael Matz Date: Sun, 4 Sep 2016 05:17:08 +0200 Subject: 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. --- tests/tests2/82_nocode_wanted.expect | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests/tests2/82_nocode_wanted.expect') diff --git a/tests/tests2/82_nocode_wanted.expect b/tests/tests2/82_nocode_wanted.expect index 3828ca8..c44d4ea 100644 --- a/tests/tests2/82_nocode_wanted.expect +++ b/tests/tests2/82_nocode_wanted.expect @@ -7,4 +7,8 @@ timeout=2 timeout=1 timeout=2 timeout=1 +timeout=2 +timeout=1 +timeout=2 +timeout=1 end -- cgit v1.3.1