https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108050
Bug ID: 108050 Summary: d: internal compiler error: in visit, at d/imports.cc:72 Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: d Assignee: ibuclaw at gdcproject dot org Reporter: ibuclaw at gdcproject dot org Target Milestone: --- ice.d: --- import std : split; --- std/package.d --- module std; public import std.array; public import std.regex; --- std/array.d --- module std.array; S[] split()() { } --- std/regex.d --- module std.regex; S[] split()() { } ---