https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119074
Thomas Koenig <tkoenig at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |needs-stdcheck
--- Comment #1 from Thomas Koenig <tkoenig at gcc dot gnu.org> ---
Hmm... an interesting question:
Does
subroutine foo(f,n)
external f
if (n .eq. 1) call f(1)
if (n .eq. 2) call f(1,2)
end
comply?
