[dmd-internals] [D-Programming-Language/dmd] 3b00c2: fix Issue 13021 - Constructing union with floating...
GitHub via dmd-internals
dmd-internals at puremagic.com
Mon Jul 7 09:13:51 PDT 2014
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 3b00c2895d6b649be3852a21f256e03bf124e074
https://github.com/D-Programming-Language/dmd/commit/3b00c2895d6b649be3852a21f256e03bf124e074
Author: k-hara <k.hara.pg at gmail.com>
Date: 2014-07-07 (Mon, 07 Jul 2014)
Changed paths:
M src/optimize.c
M test/runnable/structlit.d
Log Message:
-----------
fix Issue 13021 - Constructing union with floating type and then accessing its field in one expression causes ICE
Commit: 10f3bf1bf81279511a3f41faaa34deb6c62ae42f
https://github.com/D-Programming-Language/dmd/commit/10f3bf1bf81279511a3f41faaa34deb6c62ae42f
Author: Walter Bright <walter at walterbright.com>
Date: 2014-07-07 (Mon, 07 Jul 2014)
Changed paths:
M src/optimize.c
M test/runnable/structlit.d
Log Message:
-----------
Merge pull request #3723 from 9rnsr/fix13021
Issue 13021 - Constructing union with floating type and then accessing its field in one expression causes ICE
Compare: https://github.com/D-Programming-Language/dmd/compare/5220c1fe040a...10f3bf1bf812
More information about the dmd-internals
mailing list