diff options
| author | Michael Matz <matz@suse.de> | 2016-09-04 05:17:08 +0200 |
|---|---|---|
| committer | Michael Matz <matz@suse.de> | 2016-12-15 17:47:11 +0100 |
| commit | 1602998751c8de219514af271a3925b69a6570fb (patch) | |
| tree | 5a1c64d03af9ae1bdbf0f879a9ed40e6fa74cccf /tests/tests2/82_nocode_wanted.expect | |
| parent | f2a071e808db2896823463089531e08d0b2d0ee8 (diff) | |
| download | tinycc-1602998751c8de219514af271a3925b69a6570fb.tar.gz tinycc-1602998751c8de219514af271a3925b69a6570fb.tar.bz2 | |
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.
Diffstat (limited to 'tests/tests2/82_nocode_wanted.expect')
| -rw-r--r-- | tests/tests2/82_nocode_wanted.expect | 4 |
1 files changed, 4 insertions, 0 deletions
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 |
