Files
tinycc/tests
Michael Matz fa25630ce4 vla: Fix check for vla used by autoconf
1) recursive types have no storage anymore, so a
     static int (*p)[x];
   declaration is just fine
2) since somewhen VT_VLA doesn't imply VT_ARRAY anymore, so we
   now need to check VLA in at least one place before checking
   test_lvalue.

((2) should probably be cleaned up again so that VLA does again imply
ARRAY)
2022-09-19 15:32:07 +02:00
..
2022-08-16 15:59:41 +02:00
2022-09-12 11:37:47 +02:00
2017-09-24 18:03:26 -07:00
2021-02-13 01:03:41 +01:00
2020-12-16 17:52:59 +01:00
2020-12-16 17:52:59 +01:00
2022-08-16 15:59:41 +02:00
2021-01-12 18:06:23 +01:00
2020-09-17 09:11:10 +02:00
2020-07-05 14:01:50 +02:00
2022-08-16 15:59:41 +02:00
2016-12-15 17:47:08 +01:00
2016-10-01 20:27:41 +02:00