https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87352
Thomas Koenig <tkoenig at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |compile-time-hog, | |memory-hog Status|UNCONFIRMED |NEW Last reconfirmed| |2018-09-30 CC| |tkoenig at gcc dot gnu.org Target Milestone|--- |9.0 Summary|Large stack usage with new |[7/8/9 Regression] Large |gfortran |stack usage with new | |gfortran Ever confirmed|0 |1 --- Comment #1 from Thomas Koenig <tkoenig at gcc dot gnu.org> --- 4.8 is OK, 7, 8, and 9 all show the same kind of behavior. Size of *.original with 4.8: -rw-r--r-- 1 ig25 users 119187 30. Sep 20:40 big.f90.003t.original Size of *.original with recent trunk: -rw-r--r-- 1 ig25 users 17933202 30. Sep 20:41 big.f90.004t.original so we are generating a factor of 15 more code.