------- Comment #10 from burnus at gcc dot gnu dot org  2008-05-29 11:29 -------
Move comment from PR 36325, see also
http://groups.google.com/group/comp.lang.fortran/browse_thread/thread/bb371413b5cbe3d7

The following is regarded as valid and did not work with one of the last
versions of proc pointer patches:

 abstract interface
   subroutine a
   end subroutine
 end interface
 procedure(a),pointer :: x
 procedure(x) :: y


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32580

Reply via email to