[LLVMbugs] [Bug 3817] New: crash in redefinition using typeof same function

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Sun Mar 15 05:06:45 PDT 2009


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

           Summary: crash in redefinition using typeof same function
           Product: clang
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Semantic Analyzer
        AssignedTo: unassignedclangbugs at nondot.org
        ReportedBy: daniel at zuster.org
                CC: llvmbugs at cs.uiuc.edu


clang emits and error and crashes on the following code gcc accepts:
--
void *f0(unsigned a0,     ...);
extern __typeof (f0) f1 __attribute__((__sentinel__));
extern __typeof (f1) f1 __attribute__((__sentinel__));
--

This blocks glib-2.18.4.


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