Thread overview
[Issue 14388] ICE with idup-ed struct literal in template argument
[Issue 14388] Assertion failed: (type->ty != Tstruct || ((TypeStruct *)type)->sym == this)
Apr 01, 2015
Nicolas Sicard
Apr 01, 2015
Kenji Hara
April 01, 2015
https://issues.dlang.org/show_bug.cgi?id=14388

Nicolas Sicard <dransic@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull
           Hardware|x86_64                      |All
            Summary|Assertion failed: (type->ty |ICE with idup-ed struct
                   |!= Tstruct || ((TypeStruct  |literal in template
                   |*)type)->sym == this)       |argument
           Severity|normal                      |major

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

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

--- 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/1ad31830eedeecacac4a10c261a99c2260bd2563 fix Issue 14388 - ICE with idup-ed struct literal in template argument

https://github.com/D-Programming-Language/dmd/commit/d5b33f20debb342981b0e7837f966a1423a3db20 Merge pull request #4539 from 9rnsr/fix14388

Issue 14388 - ICE with idup-ed struct literal in template argument

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

github-bugzilla@puremagic.com changed:

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

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

--- 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/1ad31830eedeecacac4a10c261a99c2260bd2563 fix Issue 14388 - ICE with idup-ed struct literal in template argument

https://github.com/D-Programming-Language/dmd/commit/d5b33f20debb342981b0e7837f966a1423a3db20 Merge pull request #4539 from 9rnsr/fix14388

--