This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
tinycc
Watch
1
Star
0
Fork
0
You've already forked tinycc
mirror of
https://github.com/frida/tinycc
synced
2024-12-03 21:01:54 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
096125d963
tinycc
/
tests
/
tests2
/
61_undefined_enum.expect
2 lines
48 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Fix type parsing 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.
2016-03-24 17:44:01 +03:00
61_undefined_enum.c:1: error: unknown type size
Reference in New Issue
Copy Permalink