Thread overview
[Issue 19574] DMD crashes with templated structs in two identical extern(C++, "") blocks
Jan 14, 2019
ag0aep6g
Jan 19, 2019
Carsten Schlote
Jan 19, 2019
Carsten Schlote
Feb 11, 2019
ZombineDev
January 14, 2019
https://issues.dlang.org/show_bug.cgi?id=19574

ag0aep6g <ag0aep6g@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice
                 CC|                            |ag0aep6g@gmail.com

--
January 19, 2019
https://issues.dlang.org/show_bug.cgi?id=19574

Carsten Schlote <schlote@vahanus.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |schlote@vahanus.net

--- Comment #1 from Carsten Schlote <schlote@vahanus.net> ---
Created attachment 1726
  --> https://issues.dlang.org/attachment.cgi?id=1726&action=edit
stack trace

--
January 19, 2019
https://issues.dlang.org/show_bug.cgi?id=19574

--- Comment #2 from Carsten Schlote <schlote@vahanus.net> ---

Please erase attachment. Appended it to wrong issue.

--
February 11, 2019
https://issues.dlang.org/show_bug.cgi?id=19574

ZombineDev <petar.p.kirov@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |petar.p.kirov@gmail.com
         Resolution|---                         |FIXED

--- Comment #3 from ZombineDev <petar.p.kirov@gmail.com> ---
Fixed by https://github.com/dlang/dmd/pull/9343.

--