[Issue 15092] [REG2.066.0][ICE] Assertion failed: (type->ty != Tstruct || ((TypeStruct *)type)->sym == this), function semantic, file struct.c, line 936.

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Thu Oct 15 10:17:15 PDT 2015


https://issues.dlang.org/show_bug.cgi?id=15092

Vladimir Panteleev <thecybershadow at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |thecybershadow at gmail.com
            Summary|[ICE] Assertion failed:     |[REG2.066.0][ICE] Assertion
                   |(type->ty != Tstruct ||     |failed: (type->ty !=
                   |((TypeStruct *)type)->sym   |Tstruct || ((TypeStruct
                   |== this), function          |*)type)->sym == this),
                   |semantic, file struct.c,    |function semantic, file
                   |line 936.                   |struct.c, line 936.

--- Comment #1 from Vladimir Panteleev <thecybershadow at gmail.com> ---
This is a regression.

Introduced in https://github.com/D-Programming-Language/dmd/pull/3383

--


More information about the Digitalmars-d-bugs mailing list