[Issue 1061] New: "asm inc [;" segfaults compiler.
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Wed Mar 14 04:44:35 PDT 2007
    
    
  
http://d.puremagic.com/issues/show_bug.cgi?id=1061
           Summary: "asm inc [;" segfaults compiler.
           Product: D
           Version: 1.009
          Platform: PC
        OS/Version: Windows
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: bugzilla at digitalmars.com
        ReportedBy: clugdbug at yahoo.com.au
In fact any mismatched [ will do it.
--------------------
void main() {
    asm { inc [; }
}
-- 
    
    
More information about the Digitalmars-d-bugs
mailing list