[dmd-internals] [D-Programming-Language/dmd] 629057: make a copy of the second argument to _d_arrayappe...
GitHub via dmd-internals
dmd-internals at puremagic.com
Sat May 31 20:59:38 PDT 2014
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 629057f030075ef0d0f85433f721f293a19e77ae
https://github.com/D-Programming-Language/dmd/commit/629057f030075ef0d0f85433f721f293a19e77ae
Author: Rainer Schuetze <r.sagitario at gmx.de>
Date: 2014-05-31 (Sat, 31 May 2014)
Changed paths:
M src/e2ir.c
M test/runnable/testappend.d
Log Message:
-----------
make a copy of the second argument to _d_arrayappendT to avoid aliasing
Commit: c7051cd1a109c12b3472e1b00f028b3dc0852612
https://github.com/D-Programming-Language/dmd/commit/c7051cd1a109c12b3472e1b00f028b3dc0852612
Author: Walter Bright <walter at walterbright.com>
Date: 2014-05-31 (Sat, 31 May 2014)
Changed paths:
M src/e2ir.c
M test/runnable/testappend.d
Log Message:
-----------
Merge pull request #3608 from rainers/issue12826
fix 12826: make a copy of the second argument to _d_arrayappendT to avoid aliasing
Compare: https://github.com/D-Programming-Language/dmd/compare/38c5c369b571...c7051cd1a109
More information about the dmd-internals
mailing list