intrinsic.texi (C_F_PROCPOINTER): Remove obsolete comment.
authorJanus Weil <janus@gcc.gnu.org>
Fri, 20 Nov 2009 15:40:55 +0000 (16:40 +0100)
committerJanus Weil <janus@gcc.gnu.org>
Fri, 20 Nov 2009 15:40:55 +0000 (16:40 +0100)
2009-11-20  Janus Weil  <janus@gcc.gnu.org>

* intrinsic.texi (C_F_PROCPOINTER): Remove obsolete comment.

From-SVN: r154370

gcc/fortran/ChangeLog
gcc/fortran/intrinsic.texi

index 1d28abfebd44f8cde1aa98a2d64b9179256f102c..234a0d166b9fec6e3d59f25cf45cb069bb4152dc 100644 (file)
@@ -1,3 +1,7 @@
+2009-11-20  Janus Weil  <janus@gcc.gnu.org>
+
+       * intrinsic.texi (C_F_PROCPOINTER): Remove obsolete comment.
+
 2009-11-20  Paul Thomas  <pault@gcc.gnu.org>
            Janus Weil  <janus@gcc.gnu.org>
 
index 7e01315a41f3c03dd8791b5df9e698ae00d43ce7..615f0364e1c750b8fc0b98945746d5d7149de7dc 100644 (file)
@@ -2005,9 +2005,6 @@ end program main
 @code{C_F_PROCPOINTER(CPTR, FPTR)} Assign the target of the C function pointer
 @var{CPTR} to the Fortran procedure pointer @var{FPTR}.
 
-Note: Due to the currently lacking support of procedure pointers in GNU Fortran
-this function is not fully operable.
-
 @item @emph{Standard}:
 Fortran 2003 and later