[Issue 15406] [ICE] Accessing member of namespace embedded in a struct causes segfault
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Sat Dec 5 02:31:56 PST 2015
https://issues.dlang.org/show_bug.cgi?id=15406
ZombineDev <petar.p.kirov at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |petar.p.kirov at gmail.com
--- Comment #1 from ZombineDev <petar.p.kirov at 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
--
More information about the Digitalmars-d-bugs
mailing list