https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102574
Bug ID: 102574 Summary: d: gdc driver ignores -static-libstdc++ when automatically linking libstdc++ library Product: gcc Version: 9.4.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: d Assignee: ibuclaw at gdcproject dot org Reporter: ibuclaw at gdcproject dot org Target Milestone: --- This is an oversight when testing the self-hosted implementation of the D compiler. It works fine when the host compiler is new enough, but for older, the resultant "d21" compiler fails to run due to missing libstdc++ symbols.