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

anlauf at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |INVALID
             Status|UNCONFIRMED                 |RESOLVED

--- Comment #4 from anlauf at gcc dot gnu.org ---
I think your testcase is invalid.

Subroutine inner has in implicit interface, but an explicit interface is
required.

F2023:15.4.2 Implicit and explicit interfaces

15.4.2.2 Explicit interface
Within the scope of a procedure identi ier, the procedure shall have an
explicit interface if it is not a statement function and

(4) the procedure has a dummy argument that
(a) has the ALLOCATABLE, ASYNCHRONOUS, OPTIONAL, POINTER, TARGET, VALUE, or
VOLATILE attribute,

Reply via email to