Thread overview
[Issue 14463] [REG2.067] DMD crashes compiling module level immutable struct that takes an array in ctor
[Issue 14463] DMD crashes compiling module level immutable struct that takes an array in ctor
Apr 19, 2015
dzugaru@gmail.com
Apr 20, 2015
Martin Krejcirik
Apr 22, 2015
Kenji Hara
April 19, 2015
https://issues.dlang.org/show_bug.cgi?id=14463

--- Comment #1 from dzugaru@gmail.com ---
c[] = x[]; works too

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

Martin Krejcirik <mk@krej.cz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mk@krej.cz
           Hardware|x86                         |All
            Summary|DMD crashes compiling       |[REG2.067] DMD crashes
                   |module level immutable      |compiling module level
                   |struct that takes an array  |immutable struct that takes
                   |in ctor                     |an array in ctor
                 OS|Windows                     |All
           Severity|minor                       |regression

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |CTFE, ice, pull

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

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

github-bugzilla@puremagic.com changed:

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

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

--- 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/20f0f7c3ad6a78c668dbc7f8dfd644bc39c7fd0b
fix Issue 14463 - [REG2.067] DMD crashes compiling module level immutable
struct that takes an array in ctor

https://github.com/D-Programming-Language/dmd/commit/d55f2cf7a66744b5c1d5db3f9861a8c5af260368 Merge pull request #4604 from 9rnsr/fix14463

[REG2.067] Issue 14463 - DMD crashes compiling module level immutable struct that takes an array in ctor

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

--- Comment #4 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/20f0f7c3ad6a78c668dbc7f8dfd644bc39c7fd0b
fix Issue 14463 - [REG2.067] DMD crashes compiling module level immutable
struct that takes an array in ctor

https://github.com/D-Programming-Language/dmd/commit/d55f2cf7a66744b5c1d5db3f9861a8c5af260368 Merge pull request #4604 from 9rnsr/fix14463

--