This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/32580] iso_c_binding c_f_procpointer / procedure pointers
- From: "burnus at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 29 May 2008 11:29:07 -0000
- Subject: [Bug fortran/32580] iso_c_binding c_f_procpointer / procedure pointers
- References: <bug-32580-6642@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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