https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110028
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |compile-time-hog --- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Note -std=c++17 is still fast but I suspect that is because the code that gets included for `#include <algorithm>` is still shorter than what is now done for C++20.