From: Janus Weil Date: Fri, 20 Nov 2009 15:40:55 +0000 (+0100) Subject: intrinsic.texi (C_F_PROCPOINTER): Remove obsolete comment. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2848dbd32c6ba366aa4ea9fb7f47de093ddb507e;p=gcc.git intrinsic.texi (C_F_PROCPOINTER): Remove obsolete comment. 2009-11-20 Janus Weil * intrinsic.texi (C_F_PROCPOINTER): Remove obsolete comment. From-SVN: r154370 --- diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 1d28abfebd4..234a0d166b9 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,7 @@ +2009-11-20 Janus Weil + + * intrinsic.texi (C_F_PROCPOINTER): Remove obsolete comment. + 2009-11-20 Paul Thomas Janus Weil diff --git a/gcc/fortran/intrinsic.texi b/gcc/fortran/intrinsic.texi index 7e01315a41f..615f0364e1c 100644 --- a/gcc/fortran/intrinsic.texi +++ b/gcc/fortran/intrinsic.texi @@ -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