https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63674
--- Comment #3 from janus at gcc dot gnu.org ---
Another test case, this time for a PPC pointing to a subroutine:
module test
interface
subroutine sub_interface ( )
end subroutine
end interface
type :: t
procedure(sub_interf
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63674
--- Comment #2 from janus at gcc dot gnu.org ---
Test case for ordinary procedure pointers:
module test
interface
function func_interface ( ) RESULT( reslt )
INTEGER :: reslt
end function func_interface
end interface
contain
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63674
janus at gcc dot gnu.org changed:
What|Removed |Added
Keywords||accepts-invalid
St