[Issue 10341] New: Range case at out of switch crashes dmd

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Jun 12 01:16:50 PDT 2013


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

           Summary: Range case at out of switch crashes dmd
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nobody at puremagic.com
        ReportedBy: iselix1988+dbugzilla at gmail.com


--- Comment #0 from iselix1988+dbugzilla at gmail.com 2013-06-12 01:16:49 PDT ---
Range case sentence at out of switch block crashes dmd compiler by Segmentation
fault.

See code below:

---
void main(){
    case 1: .. case 2: // dmd crashes by Segmentation fault
}
---

-- 
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