[LLVMbugs] [Bug 3559] New: llvm-gcc emits debug info for gimple temporaries ( non-user vars)
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Wed Feb 11 23:44:04 PST 2009
http://llvm.org/bugs/show_bug.cgi?id=3559
Summary: llvm-gcc emits debug info for gimple temporaries (non-
user vars)
Product: tools
Version: 2.2
Platform: PC
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: llvm-gcc
AssignedTo: unassignedbugs at nondot.org
ReportedBy: clattner at apple.com
CC: llvmbugs at cs.uiuc.edu
I see an llvm.declare for A.5 in the output of:
$ llvm-gcc t.c -emit-llvm -g -o - -S
on this testcase:
void foo(int X) {
int A[X];
}
Also, I do not see an llvm.declare of "a" itself, the VLA.
--
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