https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113910
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |compile-time-hog --- Comment #4 from Andrew Pinski <pinskia at gcc dot gnu.org> --- >Configure with --enable-checking=release to disable checks. Can you try that if you are comparing compile times? Some of the slow down is definitely related to that: > tree SSA verifier : 12.28 ( 1%) 0.02 ( 0%) 12.12 ( > 1%) 0 ( 0%) > tree STMT verifier : 18.62 ( 1%) 0.00 ( 0%) 18.79 ( > 1%) 0 ( 0%) > CFG verifier : 9.77 ( 0%) 0.01 ( 0%) 10.01 ( > 1%) 0 ( 0%) > verify RTL sharing : 12.45 ( 1%) 0.01 ( 0%) 12.46 ( > 1%) 0 ( 0%) For an example.