https://gcc.gnu.org/bugzilla/show_bug.cgi?id=125328
Patrick Palka <ppalka at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ppalka at gcc dot gnu.org
--- Comment #2 from Patrick Palka <ppalka at gcc dot gnu.org> ---
The import std slowdown in GCC 16 seems to depend on how the std module is
built. If it's built by first building <bits/stdc++.h> as a header unit, then
it's a lot slower. Reported that as PR125334.
