[Issue 1829] New: Inline assembler cannot get label addresses
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Tue Feb 12 07:00:44 PST 2008
    
    
  
http://d.puremagic.com/issues/show_bug.cgi?id=1829
           Summary: Inline assembler cannot get label addresses
           Product: D
           Version: 1.026
          Platform: PC
        OS/Version: Windows
            Status: NEW
          Severity: major
          Priority: P2
         Component: DMD
        AssignedTo: bugzilla at digitalmars.com
        ReportedBy: burton-radons at shaw.ca
The inline assembler can't read label addresses. This makes it impossible to do
certain low-level tasks. For example, this code is rejected:
        asm
        {
        label:
                push label;
        }
With the error "undefined identifier 'label'". Given that it's blocking me,
I've given this major severity.
-- 
    
    
More information about the Digitalmars-d-bugs
mailing list