Thread overview
[Issue 13975] ICE: dmd crash if -gc and enum member is immutable int
Jan 13, 2015
bb.temp@gmx.com
Feb 20, 2015
Benjamin Thaut
Mar 31, 2016
Rainer Schuetze
Mar 21, 2020
Basile-z
January 13, 2015
https://issues.dlang.org/show_bug.cgi?id=13975

bb.temp@gmx.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bb.temp@gmx.com

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

Benjamin Thaut <code@benjamin-thaut.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |code@benjamin-thaut.de

--- Comment #1 from Benjamin Thaut <code@benjamin-thaut.de> ---
This also crashes with when compiling only with "-g" this seems to be a general issue debug symbol generation on windows.

--
March 31, 2016
https://issues.dlang.org/show_bug.cgi?id=13975

Rainer Schuetze <r.sagitario@gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull
                 CC|                            |r.sagitario@gmx.de

--- Comment #2 from Rainer Schuetze <r.sagitario@gmx.de> ---
https://github.com/D-Programming-Language/dmd/pull/5611

--
April 03, 2016
https://issues.dlang.org/show_bug.cgi?id=13975

--- Comment #3 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/5601d515db803b086ac497c8f63ba104c81e082b fix issue 13975: add missing masking of Tty

https://github.com/D-Programming-Language/dmd/commit/af845b79526f6b2ad95fcdfbdd80d2b349e145f6 Merge pull request #5611 from rainers/fix_13975

fix issue 13975 - ICE: dmd crash if -gc and enum member is immutable int

--
October 01, 2016
https://issues.dlang.org/show_bug.cgi?id=13975

--- Comment #4 from github-bugzilla@puremagic.com ---
Commits pushed to stable at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/5601d515db803b086ac497c8f63ba104c81e082b fix issue 13975: add missing masking of Tty

https://github.com/dlang/dmd/commit/af845b79526f6b2ad95fcdfbdd80d2b349e145f6 Merge pull request #5611 from rainers/fix_13975

--
March 21, 2020
https://issues.dlang.org/show_bug.cgi?id=13975

Basile-z <b2.temp@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|b2.temp@gmx.com             |

--