[LLVMbugs] [Bug 3310] declaration of vars with undefined structured type is rejected

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Tue Jan 13 12:01:18 PST 2009


http://llvm.org/bugs/show_bug.cgi?id=3310


Nuno Lopes <nunoplopes at sapo.pt> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |llvmbugs at cs.uiuc.edu,
                   |                            |nunoplopes at sapo.pt
         AssignedTo|kremenek at apple.com          |unassignedclangbugs at nondot.o
                   |                            |rg
          Component|Static Analyzer             |Semantic Analyzer
            Summary|Analyzer failures when      |declaration of vars with
                   |scanning coreboot firmware  |undefined structured type is
                   |                            |rejected




--- Comment #1 from Nuno Lopes <nunoplopes at sapo.pt>  2009-01-13 14:01:17 ---
the parser rejects are all reduced to this simple test case:

struct foo bar;

'gcc -fsyntax-only' accepts this with *no warning* (weird..), while clang
rejects it.


-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list