You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
module m
abstract interface
subroutine foo
end subroutine
end interface
contains
subroutine foo
end subroutine
end module
elicits
/tmp/bug.f90:7:14: error: 'foo' is already declared in this scoping unit
subroutine foo
^^^
/tmp/bug.f90:7:14: Previous declaration of 'foo'
subroutine foo
^^^
Both parts of the message point to the same declaration.
The text was updated successfully, but these errors were encountered:
elicits
Both parts of the message point to the same declaration.
The text was updated successfully, but these errors were encountered: