https://issues.dlang.org/show_bug.cgi?id=7209
--- Comment #3 from [email protected] --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/c34acdacd7d37eb7b0f029d3b4bbe53823e4a55c Fix bug 7209: Stack overflow on circular enum with explicit type Detect the error in the semantic pass. This slightly changes the error message for one existing test (it was previously detected inside CTFE) -- now the *first* circular definition generates the error, which makes more sense. https://github.com/D-Programming-Language/dmd/commit/4fbe9f4ed0cd1784a1cc51dff65f4608ea2078b1 Merge pull request #3594 from donc/circular_enum7209 Fix bug 7209: Stack overflow on circular enum with explicit type --
