[LLVMbugs] [Bug 2161] code fragment from gcc 4.2 sources crashes clang -fsyntax-only

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Wed Mar 19 16:11:47 PDT 2008


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


snaroff at apple.com <snaroff at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




--- Comment #1 from snaroff at apple.com  2008-03-19 18:11:46 ---
Sema::ActOnStartOfFunctionDef() needed to diagnose parmdecls with incomplete
types (C99 6.7.5.3p4).

Fixed by http://llvm.org/viewvc/llvm-project?view=rev&revision=48568


-- 
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