April 29, 2007
http://d.puremagic.com/issues/show_bug.cgi?id=1201

           Summary: CodeView: missing BLOCK, WITH and LABEL symbols
           Product: D
           Version: 1.014
          Platform: PC
        OS/Version: Windows
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: bugzilla@digitalmars.com
        ReportedBy: jascha@mainia.de


For scopes below procedure level (loops, etc.) DMD should emit BLOCK and WITH
symbols to disambiguate variable symbols with equal names.
Ambiguous symbol names occur quite often in functions with multiple for loops.

LABEL symbols could also be emitted for convenience.


--