Thread overview
[Issue 14481] [REG2.066] ICE with forward reference of manifest constant on template arguments
Apr 23, 2015
Kenji Hara
April 23, 2015
https://issues.dlang.org/show_bug.cgi?id=14481

Kenji Hara <k.hara.pg@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice, pull
           Hardware|x86_64                      |All
            Summary|declaration.c:1888:         |[REG2.066] ICE with forward
                   |Expression*                 |reference of manifest
                   |VarDeclaration::getConstIni |constant on template
                   |tializer(bool): Assertion   |arguments
                   |`type && init' failed.      |
                 OS|Linux                       |All
           Severity|major                       |regression

--- Comment #1 from Kenji Hara <k.hara.pg@gmail.com> ---
https://github.com/D-Programming-Language/dmd/pull/4608

--
April 25, 2015
https://issues.dlang.org/show_bug.cgi?id=14481

github-bugzilla@puremagic.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--
April 25, 2015
https://issues.dlang.org/show_bug.cgi?id=14481

--- Comment #2 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/30fad36dac6a2fb4855f46f2a0e61548a9a8210b
fix Issue 14481 - ICE with forward reference of manifest constant on template
arguments

https://github.com/D-Programming-Language/dmd/commit/c525ebd0e02b99039828689c2a89c776a9192ba2 Merge pull request #4608 from 9rnsr/fix14481

[REG2.066] Issue 14481 - ICE with forward reference of manifest constant on template arguments

--
June 17, 2015
https://issues.dlang.org/show_bug.cgi?id=14481

--- Comment #3 from github-bugzilla@puremagic.com ---
Commits pushed to stable at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/30fad36dac6a2fb4855f46f2a0e61548a9a8210b
fix Issue 14481 - ICE with forward reference of manifest constant on template
arguments

https://github.com/D-Programming-Language/dmd/commit/c525ebd0e02b99039828689c2a89c776a9192ba2 Merge pull request #4608 from 9rnsr/fix14481

--