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

           Summary: [ICE](init.c line 660) With assignment of enum ubyte16
           Product: D
           Version: D2
          Platform: x86
        OS/Version: Windows
            Status: NEW
          Keywords: rejects-valid
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: [email protected]
        ReportedBy: [email protected]


--- Comment #0 from [email protected] 2013-06-22 07:19:44 PDT ---
import core.simd: ubyte16;
void main() {
    enum ubyte16 zero = [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0];
    enum ubyte16 a0 = zero;
}



DMD 2.064alpha gives:

Assertion failure: '0' on line 660 in file 'init.c'

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

Reply via email to