Thread overview
[Issue 14853] [REG2.066] DMD segfaults with the cast from mutable struct new to shared
Aug 01, 2015
Kenji Hara
Aug 01, 2015
Kenji Hara
August 01, 2015
https://issues.dlang.org/show_bug.cgi?id=14853

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|DMD segfaults with the cast |[REG2.066] DMD segfaults
                   |from mutable struct new to  |with the cast from mutable
                   |shared                      |struct new to shared
           Severity|major                       |regression

--- Comment #1 from Kenji Hara <k.hara.pg@gmail.com> ---
I confirmed that this is a regression from 2.066.

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

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

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

--- 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/30edcc2664f243f86861aee2483dbb20ddc9a77a fix Issue 14853 - DMD segfaults with the cast from mutable struct new to shared

https://github.com/D-Programming-Language/dmd/commit/6be38b76e5ce9dcb90886d1e18cdaada172c7393 Merge pull request #4853 from 9rnsr/fix14853

[REG2.066] Issue 14853 - DMD segfaults with the cast from mutable struct new to shared

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

github-bugzilla@puremagic.com changed:

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

--
August 05, 2015
https://issues.dlang.org/show_bug.cgi?id=14853

--- 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/30edcc2664f243f86861aee2483dbb20ddc9a77a fix Issue 14853 - DMD segfaults with the cast from mutable struct new to shared

https://github.com/D-Programming-Language/dmd/commit/6be38b76e5ce9dcb90886d1e18cdaada172c7393 Merge pull request #4853 from 9rnsr/fix14853

--