https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117115
--- Comment #3 from Iain Buclaw <ibuclaw at gdcproject dot org> --- Introduced upstream by: https://github.com/dlang/dmd/pull/15664 Before: --- enum `object.Foo` enum `Foo` must have at least one member --- After: --- enum `object.Foo enum `Foo` must have at least one member --- There's no coverage from the upstream D2 testsuite either it seems. https://github.com/dlang/dmd/pull/15664/files#diff-862192b33df815981dcb4a8a49bc7dc572506b444a7dc034fde3643f887e2982L2220-R2221