[Bug fortran/79165] [7 Regression] 100% compile-time increase for polyhedron aermod between r244557 and r244598

rguenth at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Fri Jan 20 14:20:00 GMT 2017


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79165

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P1

--- Comment #6 from Richard Biener <rguenth at gcc dot gnu.org> ---
build_translation_unit_decl is called exactly _once_ ... but it looks like the
linemap operation screws up sth.

Compiler command I used for reproducing:

> ./f951 -quiet aermod.f90 -fno-checking -Ofast -march=core-avx2 -funroll-loops


More information about the Gcc-bugs mailing list