[dmd-internals] [D-Programming-Language/dmd] fa7e0b: fix Issue 12851 - ICE when passing const static ar...
GitHub via dmd-internals
dmd-internals at puremagic.com
Sat Jun 7 15:37:59 PDT 2014
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: fa7e0b7ed522cdad458ccb1054ff7b43ae0b201a
https://github.com/D-Programming-Language/dmd/commit/fa7e0b7ed522cdad458ccb1054ff7b43ae0b201a
Author: k-hara <k.hara.pg at gmail.com>
Date: 2014-06-08 (Sun, 08 Jun 2014)
Changed paths:
M src/ctfeexpr.c
M src/init.c
M test/compilable/interpret3.d
Log Message:
-----------
fix Issue 12851 - ICE when passing const static array to template
Commit: d0be546737f9345156bafa18b79c32e3ef9fe369
https://github.com/D-Programming-Language/dmd/commit/d0be546737f9345156bafa18b79c32e3ef9fe369
Author: Walter Bright <walter at walterbright.com>
Date: 2014-06-07 (Sat, 07 Jun 2014)
Changed paths:
M src/ctfeexpr.c
M src/init.c
M test/compilable/interpret3.d
Log Message:
-----------
Merge pull request #3641 from 9rnsr/fix12851
Issue 12851 - ICE when passing const static array to template
Compare: https://github.com/D-Programming-Language/dmd/compare/a1304cb4d03e...d0be546737f9
More information about the dmd-internals
mailing list