[LLVMbugs] [Bug 10587] New: Dragonegg doesn't handle __attribute__((alias(...)))
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Thu Aug 4 08:28:24 PDT 2011
http://llvm.org/bugs/show_bug.cgi?id=10587
Summary: Dragonegg doesn't handle __attribute__((alias(...)))
Product: dragonegg
Version: trunk
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P
Component: New Bugs
AssignedTo: baldrick at free.fr
ReportedBy: gmalecha at eecs.harvard.edu
CC: llvmbugs at cs.uiuc.edu
With the source file:
foo.c
----------
int foo(int x) { return x; }
extern typeof(foo) foo2 __attribute((alias("foo")));
compiling with dragonegg results in only foo being defined while compiling with
vanilla gcc results in both foo and foo2 being defined.
--
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