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: [email protected]
ReportedBy: [email protected]
CC: [email protected]
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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs