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

--- Comment #4 from anlauf at gcc dot gnu.org ---
(In reply to ba...@lrz.de from comment #0)
> (NAG Fortran, Intel Fortran and NVidia Fortran issue appropriate error
> messages).

NVidia has a different issue: if one imports only the type declaration via

  use mod_supp, only : supp

all compilers should more or less compile the code, but that brand gives:

NVFORTRAN-S-0188-Argument number 1 (non-POINTER) to ass: type mismatch
(pr114188.f90: 22)
NVFORTRAN-S-0188-Argument number 1 (non-POINTER) to ass: type mismatch
(pr114188.f90: 23)

i.e. it uses the (unavailable) defined assignment although it shouldn't...

Reply via email to