https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84569
Martin Liška <marxin at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |compile-time-hog Status|UNCONFIRMED |NEW Last reconfirmed| |2018-02-26 CC| |jakub at gcc dot gnu.org, | |marxin at gcc dot gnu.org Target Milestone|--- |6.6 Summary|g++ -g -O3 consumes all |[6 Regression] g++ -g -O3 |memory |consumes all memory Ever confirmed|0 |1 --- Comment #1 from Martin Liška <marxin at gcc dot gnu.org> --- Confirmed, fixed on trunk in r243662 (fix for PR77844). It's mentioned in the PR that gcc-6 branch is not affected. Looks it is. Jakub can you please take a look?