diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 1d28abfebd44f8cde1aa98a2d64b9179256f102c..234a0d166b9fec6e3d59f25cf45cb069bb4152dc 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -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> diff --git a/gcc/fortran/intrinsic.texi b/gcc/fortran/intrinsic.texi index 7e01315a41f3c03dd8791b5df9e698ae00d43ce7..615f0364e1c750b8fc0b98945746d5d7149de7dc 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