[Issue 12719] struct.c:705: virtual void StructDeclaration::semantic(Scope*): Assertion `parent && parent == sc->parent' failed.

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sat May 10 14:01:57 PDT 2014


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

--- Comment #2 from github-bugzilla at puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/73028ba9f1ea23417c4e65ecd2cce969b2348f61
fix Issue 12719 - struct.c:705: virtual void
StructDeclaration::semantic(Scope*): Assertion `parent && parent == sc->parent'
failed.

Set `semanticRun` to `PASSsemanticdone;` immediately after the struct size
determined.

https://github.com/D-Programming-Language/dmd/commit/7f05c8e3aba2e2ca7c59f5ba52279b28461ee130
Merge pull request #3537 from 9rnsr/fix12719

[REG2.066a] Issue 12719 - struct.c:705: virtual void
StructDeclaration::semantic(Scope*): Assertion `parent && parent == sc->parent'
failed.

--


More information about the Digitalmars-d-bugs mailing list