https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94943
anlauf at gcc dot gnu.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution|--- |INVALID
--- Comment #6 from anlauf at gcc dot gnu.org ---
Next time please provide a testcase that works at least with another compiler.
First, I guess there's a typo: FNUM instead of FNAM
Second, FNAM is declared:
CHARACTER(LEN=24),DIMENSION(NPA) :: FNAM
There's nothing allocatable here.
I'm closing this as invalid.