[LLVMbugs] [Bug 3200] New: IRgen crash on alias of inline function
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Thu Dec 11 15:44:16 PST 2008
http://llvm.org/bugs/show_bug.cgi?id=3200
Summary: IRgen crash on alias of inline function
Product: clang
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: LLVM Codegen
AssignedTo: daniel at zuster.org
ReportedBy: daniel at zuster.org
CC: llvmbugs at cs.uiuc.edu
clang crashes on
--
static inline int foo() { return 0; }
int bar() __attribute__((alias("foo"));
--
because delayed emission of statics interacts badly with aliases.
--
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