[Issue 21792] Enum using itself as base type crashes dmd
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun Apr 4 16:30:11 UTC 2021
https://issues.dlang.org/show_bug.cgi?id=21792
Dlang Bot <dlang-bot at dlang.rocks> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #1 from Dlang Bot <dlang-bot at dlang.rocks> ---
dlang/dmd pull request #12347 "Fix 21792 - Enum using itself as base type
crashes dmd " was merged into master:
- bb0e4804f697d473c202a143bb8e20d7891f9e42 by MoonlightSentinel:
Fix 21792 - Enum using itself as base type crashes dmd
Run semantic on the base type to resolve all missing properties
and to detect invalid forward references.
https://github.com/dlang/dmd/pull/12347
--
More information about the Digitalmars-d-bugs
mailing list