[LLVMbugs] [Bug 946] NEW: New boot strap failure for llvm-gcc4
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Thu Oct 12 09:03:51 PDT 2006
http://llvm.org/bugs/show_bug.cgi?id=946
Summary: New boot strap failure for llvm-gcc4
Product: tools
Version: trunk
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: llvm-gcc
AssignedTo: unassignedbugs at nondot.org
ReportedBy: alenhar2 at uiuc.edu
This is the reduction on alpha. Is this that llvm-gcc started expecting va_list
to be a simple type (not a structure)?
typedef __builtin_va_list __gnuc_va_list;
typedef __gnuc_va_list va_list;
__gcov_execl (const char *path, const char *arg, ...) {
va_list ap, aq;
__builtin_va_copy(aq,ap);
}
------- 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