[LLVMbugs] [Bug 459] NEW: [llvmg++] C/C++ frontend is expanding lots of unused inline functions
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Thu Nov 18 12:52:19 PST 2004
http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=459
Summary: [llvmg++] C/C++ frontend is expanding lots of unused
inline functions
Product: tools
Version: trunk
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: llvm-g++
AssignedTo: unassignedbugs at nondot.org
ReportedBy: sabre at nondot.org
Testcase:
---
#include <stdio.h>
---
To reproduce:
$ llvmg++ test.c -S -o -
Look at all of the linkonce function bodies that get emitted. This is VERY bad.
Note this only happens with llvmg++, not with llvmgcc.
-Chris
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
More information about the llvm-bugs
mailing list