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

Dominique d'Humieres <dominiq at lps dot ens.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2015-09-08
             Blocks|                            |20585
     Ever confirmed|0                           |1

--- Comment #3 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
> That makes sense; thus, either remove INTENT(IN) from or add POINTER
> to the example. Sorry for the wrong/incomplete example.

Confirmed with

module foo_module
 implicit none
 interface
   real function func_interface()
   end function
   subroutine bar_interface(f)
     import func_interface
     implicit none
     procedure(func_interface) :: f
   end subroutine
 end interface
end module


Referenced Bugs:

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=20585
[Bug 20585] [meta-bug] Fortran 2003 support

Reply via email to