[Bug fortran/63674] procedure pointer and non/pure procedure

2014-12-10 Thread janus at gcc dot gnu.org
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

[Bug fortran/63674] procedure pointer and non/pure procedure

2014-12-10 Thread janus at gcc dot gnu.org
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

[Bug fortran/63674] procedure pointer and non/pure procedure

2014-12-10 Thread janus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63674 janus at gcc dot gnu.org changed: What|Removed |Added Keywords||accepts-invalid St