[Bug c++/119516] Slow compilation with -std=c++26
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119516 --- Comment #7 from Andrew Pinski --- I am not sure this is an issue for compile time either. With -fno-checking, -O2 is only 12s while -O0 is 6s. GCC 14 with -O2 is 9s. Which might be the improvement without other checking enabled. Basically
[Bug c++/119516] Slow compilation with -std=c++26
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119516 Sam James changed: What|Removed |Added Keywords||compile-time-hog Summary|SIGKILL