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: [email protected]
ReportedBy: [email protected]
CC: [email protected]
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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs