More accurate diagnostic messages on empty declarations without any type specifiers.

This commit is contained in:
acqn
2023-12-10 20:21:50 +08:00
parent b1c1502494
commit befc9533c6
3 changed files with 8 additions and 5 deletions

View File

@@ -1,3 +1,3 @@
bug1889-missing-identifier.c:3: Error: Identifier or ';' expected after declaration specifiers
bug1889-missing-identifier.c:3: Warning: Implicit 'int' is an obsolete feature
bug1889-missing-identifier.c:4: Error: Identifier expected
bug1889-missing-identifier.c:4: Error: Declaration specifier or identifier expected