[dmd-internals] [D-Programming-Language/dmd] d9e770: fix Issue 9449 - Static arrays of 128bit types seg...
GitHub via dmd-internals
dmd-internals at puremagic.com
Sun Jul 20 17:24:47 PDT 2014
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: d9e770828558b9ad5578e6d02bbe5ee54b493326
https://github.com/D-Programming-Language/dmd/commit/d9e770828558b9ad5578e6d02bbe5ee54b493326
Author: Walter Bright <walter at walterbright.com>
Date: 2014-07-18 (Fri, 18 Jul 2014)
Changed paths:
M src/backend/cgcod.c
M src/backend/cod1.c
M src/backend/rtlsym.h
M src/e2ir.c
M test/runnable/mars1.d
M test/runnable/testxmm.d
Log Message:
-----------
fix Issue 9449 - Static arrays of 128bit types segfault on initialization. Incorrect calling of memset128ii
Commit: c3ccc4168594b049e3619c2bb5c3016592f8a454
https://github.com/D-Programming-Language/dmd/commit/c3ccc4168594b049e3619c2bb5c3016592f8a454
Author: David Nadlinger <code at klickverbot.at>
Date: 2014-07-21 (Mon, 21 Jul 2014)
Changed paths:
M src/backend/cgcod.c
M src/backend/cod1.c
M src/backend/rtlsym.h
M src/e2ir.c
M test/runnable/mars1.d
M test/runnable/testxmm.d
Log Message:
-----------
Merge pull request #3784 from WalterBright/fix9449
[critical] fix Issue 9449 - Static arrays of 128bit types segfault on initializatio...
Compare: https://github.com/D-Programming-Language/dmd/compare/366102264fdf...c3ccc4168594
More information about the dmd-internals
mailing list