------- Comment #1 from burnus at gcc dot gnu dot org 2007-03-01 19:22 ------- And analogously for these kinds of dummy arguments:
subroutine x(a,n) integer :: n real :: a(n) interface subroutine foo(x,n) integer :: n real :: x(n) end subroutine foo end interface call foo(a(:),n) end -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31014