[dmd-internals] [D-Programming-Language/dmd] e2dac1: Move Issue 7504 test case to runnable/casting.d
GitHub
noreply at github.com
Tue Oct 8 20:55:17 PDT 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: e2dac18b9481b0f3d2a0a06865d179ae44d36705
https://github.com/D-Programming-Language/dmd/commit/e2dac18b9481b0f3d2a0a06865d179ae44d36705
Author: k-hara <k.hara.pg at gmail.com>
Date: 2013-09-28 (Sat, 28 Sep 2013)
Changed paths:
M test/runnable/casting.d
M test/runnable/test42.d
Log Message:
-----------
Move Issue 7504 test case to runnable/casting.d
Commit: 7123433d77bde06769d9227df8f5b3814117b1e6
https://github.com/D-Programming-Language/dmd/commit/7123433d77bde06769d9227df8f5b3814117b1e6
Author: k-hara <k.hara.pg at gmail.com>
Date: 2013-09-28 (Sat, 28 Sep 2013)
Changed paths:
M src/e2ir.c
M test/runnable/casting.d
Log Message:
-----------
fix Issue 10842 - Some integer casts wrongly remove side-effect of the operand
Commit: 175c85bc5658aae266c061d2c3c42a0607325676
https://github.com/D-Programming-Language/dmd/commit/175c85bc5658aae266c061d2c3c42a0607325676
Author: Walter Bright <walter at walterbright.com>
Date: 2013-10-08 (Tue, 08 Oct 2013)
Changed paths:
M src/e2ir.c
M test/runnable/casting.d
M test/runnable/test42.d
Log Message:
-----------
Merge pull request #2597 from 9rnsr/fix10842
Issue 10842 - Some integer casts wrongly remove side-effect of the operand.
Compare: https://github.com/D-Programming-Language/dmd/compare/b5cc8954a8e3...175c85bc5658
More information about the dmd-internals
mailing list