[Issue 8168] New: dmd crashes when asm statement with wrong opcode

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed May 30 08:06:47 PDT 2012


http://d.puremagic.com/issues/show_bug.cgi?id=8168

           Summary: dmd crashes when asm statement with wrong opcode
           Product: D
           Version: D2
          Platform: x86
        OS/Version: Windows
            Status: NEW
          Severity: regression
          Priority: P2
         Component: DMD
        AssignedTo: nobody at puremagic.com
        ReportedBy: kekeniro2 at yahoo.co.jp


--- Comment #0 from kekeniro2 at yahoo.co.jp 2012-05-30 08:08:37 PDT ---
When building the following code, then DMD2.059 crashes after compile error.

void main() {
    asm {
        unknown; // wrong opcode
    }
}

DMD2.058 does not reproduce.

environment:
 Windows XP SP3 32bit
 D2.059

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list