[LLVMbugs] [Bug 505] NEW: llvm-gcc assumes varargs are a pointer
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Sat Feb 12 12:00:05 PST 2005
http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=505
Summary: llvm-gcc assumes varargs are a pointer
Product: tools
Version: trunk
Platform: DEC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: llvm-gcc
AssignedTo: unassignedbugs at nondot.org
ReportedBy: alenhar2 at uiuc.edu
On alpha, va_list is a struct {pointer __base, int __offset} rather than a
pointer. llvm-gcc gets very unhappy about this.
------- 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