[Issue 9449] Static arrays of 128bit types segfault on initialization. Incorrect calling of memset128ii.

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sun Sep 14 22:33:50 PDT 2014


https://issues.dlang.org/show_bug.cgi?id=9449

dbr <dbugreporter at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |---

--- Comment #29 from dbr <dbugreporter at gmail.com> ---
Reopened for this:

void main() {
    float[4][2] m = [[2.0, 1, 3, 4], [2.0, 1, 3, 4]];   // segfault
}

--


More information about the Digitalmars-d-bugs mailing list