Hi Mikael!
Am 20.06.25 um 12:08 schrieb Mikael Morin:
From: Mikael Morin
Regression-tested on x86_64-pc-linux-gnu.
Ok for master?
-- >8 --
The temporary variables that are generated to implement SELECT TYPE
and TYPE IS statements have (before this change) a name depending only
on the typ
All,
I'm currently a bit confused and I'm hoping the gfortran gurus can help.
To wit, I have a code on a system with both AMD EPYC (Milan) and Intel Cascade
Lake nodes. The code in question I build on the Milans with either our
"Release" flags:
Fortran_FLAGS = -O3 -march=znver2 -mtune=generic