[LLVMbugs] [Bug 3989] New: C99 inline + extern function not being emitted

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Tue Apr 14 13:28:49 PDT 2009


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

           Summary: C99 inline + extern function not being emitted
           Product: clang
           Version: unspecified
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Semantic Analyzer
        AssignedTo: unassignedclangbugs at nondot.org
        ReportedBy: clattner at apple.com
                CC: llvmbugs at cs.uiuc.edu


Codegen should emit a strong definition for this function in c99 mode because
extern gets merged onto it:

inline int toto(void)
{
}

extern int toto(void);


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