[LLVMbugs] [Bug 1035] NEW: stage1 compiler miscompiles the stage2 on amd64
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Tue Dec 5 06:38:20 PST 2006
http://llvm.org/bugs/show_bug.cgi?id=1035
Summary: stage1 compiler miscompiles the stage2 on amd64
Product: tools
Version: trunk
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: llvm-gcc
AssignedTo: unassignedbugs at nondot.org
ReportedBy: rafael.espindola at gmail.com
The stage2 compiler generated during a bootstrap on a linux amd64 segfaults
while trying to compile the source:
------------------
typedef __PTRDIFF_TYPE__ ptrdiff_t;
------------------
The stage1 compiler works on this input, so i suppose that stage2 was
miscompiled.
Any ideas on how to reduce this test case?
------- 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