diff options
| author | Philip <pipcet@gmail.com> | 2015-04-27 14:41:57 +0000 |
|---|---|---|
| committer | Philip <pipcet@gmail.com> | 2015-04-27 14:55:23 +0000 |
| commit | bd489a48153aeb24ffa5eccb1fa0199f9c7ea994 (patch) | |
| tree | 0da851accfcdbc99807ebb7833106b8ef0cd1ad9 /tests/tests2/78_vla_label.expect | |
| parent | bbcb54a1f40fe283a3503268dd141657598c2623 (diff) | |
| download | tinycc-bd489a48153aeb24ffa5eccb1fa0199f9c7ea994.tar.gz tinycc-bd489a48153aeb24ffa5eccb1fa0199f9c7ea994.tar.bz2 | |
add test case for VLA segfaults
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
Diffstat (limited to 'tests/tests2/78_vla_label.expect')
| -rw-r--r-- | tests/tests2/78_vla_label.expect | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/tests2/78_vla_label.expect b/tests/tests2/78_vla_label.expect new file mode 100644 index 0000000..9a8c159 --- /dev/null +++ b/tests/tests2/78_vla_label.expect @@ -0,0 +1,2 @@ +boom! +boom! |
