mirror of
https://github.com/mirror/tinycc.git
synced 2026-08-30 11:57:51 +08:00
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)
246 KiB
246 KiB