https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98426
Matt Thompson <matthew.thompson at nasa dot gov> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |matthew.thompson at nasa dot
gov
--- Comment #5 from Matt Thompson <matthew.thompson at nasa dot gov> ---
I just wanted to come on here and say this is still an issue in GCC 13.2 (on
macOS). I did a profile of my code today and saw that this 56-line file of just
uses:
https://github.com/GEOS-ESM/MAPL/blob/main/base/Base.F90
is our second longest file to compile, see:
https://github.com/GEOS-ESM/MAPL/wiki/Profiling-MAPL-Builds#checking-the-build-times-on-cli
taking longer than a 5600 line (!) file of actual exciting Fortran:
https://github.com/GEOS-ESM/MAPL/blob/main/gridcomps/History/MAPL_HistoryGridComp.F90
Is there anyway I can help move this bug to "CONFIRMED"?