https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103944
Iain Buclaw <ibuclaw at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ibuclaw at gcc dot gnu.org
--- Comment #21 from Iain Buclaw <ibuclaw at gcc dot gnu.org> ---
forkgc2.d test has been removed from upstream
https://github.com/dlang/dmd/pull/21825
Upstream patch for Solaris hanging in startbackgc.d
https://github.com/dlang/dmd/pull/21873
Upstream patch for Darwin missing __fork / replace fork in GC with _Fork,
effectively disables forking GC for all targets except Linux (which uses
clone).
https://github.com/dlang/dmd/pull/21831