[Issue 1201] New: CodeView: missing BLOCK, WITH and LABEL symbols

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Apr 29 09:36:22 PDT 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 at digitalmars.com
        ReportedBy: jascha at 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.


-- 



More information about the Digitalmars-d-bugs mailing list