mirror of
https://github.com/mirror/tinycc.git
synced 2025-01-03 04:30:08 +08:00
f85db99ff0
the check on incomplete struct/union/enum types was too early, disallowing mixed specifiers and qualifiers. Simply rely on the size (->c) field for that. See testcases.
2 lines
48 B
Plaintext
2 lines
48 B
Plaintext
61_undefined_enum.c:1: error: unknown type size
|