This website requires JavaScript.
Explore
Help
Register
Sign In
github-repos
/
tinycc
Watch
1
Star
0
Fork
0
You've already forked tinycc
mirror of
https://github.com/mirror/tinycc.git
synced
2025-01-07 04:40:08 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
8080401ab0
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 22:44:01 +08:00
61_undefined_enum.c:1: error: unknown type size
Reference in New Issue
Copy Permalink