Thread overview
[Issue 15406] [ICE] Accessing member of namespace embedded in a struct causes segfault
Dec 05, 2015
ZombineDev
Dec 05, 2015
ZombineDev
Feb 28, 2019
Basile-z
Mar 21, 2020
Basile-z
December 05, 2015
https://issues.dlang.org/show_bug.cgi?id=15406

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |petar.p.kirov@gmail.com

--- Comment #1 from ZombineDev <petar.p.kirov@gmail.com> ---
I think it segfaults because there's no concept of standalone enum values in C++ and the compiler does not now what to do.

I would guess that you have hit some of the "Internal Compiler Error"s in https://github.com/D-Programming-Language/dmd/blob/master/src/cppmangle.d

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-on-invalid-code
           Severity|normal                      |major

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |b2.temp@gmx.com
         Resolution|---                         |WORKSFORME

--- Comment #2 from Basile-z <b2.temp@gmx.com> ---
Just a regular error nowadays

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

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

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

--