[LLVMbugs] [Bug 1617] New: llvm-gcc-4. 2 does not generate debug regions for bind expressions
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Mon Aug 20 14:08:35 PDT 2007
http://llvm.org/bugs/show_bug.cgi?id=1617
Summary: llvm-gcc-4.2 does not generate debug regions for bind
expressions
Product: new-bugs
Version: unspecified
Platform: Other
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P2
Component: new bugs
AssignedTo: unassignedbugs at nondot.org
ReportedBy: baldrick at free.fr
CC: llvmbugs at cs.uiuc.edu
By the time LLVM is emitted, BIND_EXPR has been eliminated by gimple-low.c.
This means that we no longer generate debug regions for binds. We could
instead generate regions per gcc basic block (bind exprs are local blocks
at the level of the original language).
--
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