[LLVMbugs] [Bug 713] NEW: [llvm-gcc] Crash on address of global array
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Mon Feb 27 18:42:03 PST 2006
http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=713
Summary: [llvm-gcc] Crash on address of global array
Product: tools
Version: 1.0
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: llvm-gcc
AssignedTo: unassignedbugs at nondot.org
ReportedBy: sabre at nondot.org
llvm-gcc crashes on this:
---
int *X;
int *Y = &X[4];
---
The llvm-gcc 4 front-end does have this problem.
-Chris
------- 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