https://d.puremagic.com/issues/show_bug.cgi?id=11926

           Summary: Segmentation fault when using const in an enum
           Product: D
           Version: D2
          Platform: x86
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: [email protected]
        ReportedBy: [email protected]


--- Comment #0 from [email protected] 2014-01-14 15:32:12 PST ---
Doing:
enum {
    const a = 1,
    const b = 2
}

will result in a segmentation fault.

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

Reply via email to