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: [email protected]
ReportedBy: [email protected]
--- Comment #0 from [email protected] 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: -------