aboutsummaryrefslogtreecommitdiff
path: root/tests/tests2/78_vla_label.expect
Commit message (Collapse)AuthorAgeFilesLines
* tccgen.c: Bug fix for 992cbda and 3ff77a1: set nocode_wanted.Edmund Grimley Evans2015-11-211-0/+4
| | | | tests/tests2/78_vla_label.*: Add test.
* add test case for VLA segfaultsPhilip2015-04-271-0/+2
This test obviously shouldn't segfault, but currently does so. The problem is in the VLA code, which fails to save the stack pointer before taking a conditional branch in some cases. See this thread: http://lists.nongnu.org/archive/html/tinycc-devel/2015-04/msg00130.html