https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91443
Janne Blomqvist <jb at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jb at gcc dot gnu.org --- Comment #3 from Janne Blomqvist <jb at gcc dot gnu.org> --- I'm seeing a failure in the testcase libgomp.fortran/appendix-a/a.28.5.f90 which looks like it might(?) be caused by this: $ gfortran a.28.5.f90 a.28.5.f90:29:20: 29 | CALL SUB1(A) | 1 Error: Rank mismatch in argument ‘x’ at (1) (rank-1 and scalar) Or is this something else?