diff options
author | Brooks Moses <bmoses@stanford.edu> | 2006-10-09 22:33:55 +0000 |
---|---|---|
committer | Brooks Moses <brooks@gcc.gnu.org> | 2006-10-09 15:33:55 -0700 |
commit | 3d614c7423fe9bbd7c97018a11ed0bbe4371e47d (patch) | |
tree | c0063482ea9cf7be149073a17b94c0948a0541b6 /gcc | |
parent | cc6d3bde5a2bee1c9c28f63d92e8c5dc5dc915c8 (diff) | |
download | gcc-3d614c7423fe9bbd7c97018a11ed0bbe4371e47d.zip gcc-3d614c7423fe9bbd7c97018a11ed0bbe4371e47d.tar.gz gcc-3d614c7423fe9bbd7c97018a11ed0bbe4371e47d.tar.bz2 |
intrinsic.texi: (MOVE_ALLOC) changed "Options" to "Standards".
2006-10-09 Brooks Moses <bmoses@stanford.edu>
*intrinsic.texi: (MOVE_ALLOC) changed "Options" to "Standards".
From-SVN: r117585
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/fortran/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/fortran/intrinsic.texi | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 16672af..c7f94b5 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,7 @@ +2006-10-09 Brooks Moses <bmoses@stanford.edu> + + *intrinsic.texi: (MOVE_ALLOC) changed "Options" to "Standards". + 2006-10-09 Steven G. Kargl <kargl@gcc.gnu.org> * gfortran.h: Define GFC_MPFR_TOO_OLD via mpfr version info. diff --git a/gcc/fortran/intrinsic.texi b/gcc/fortran/intrinsic.texi index f775956..92ba6d3 100644 --- a/gcc/fortran/intrinsic.texi +++ b/gcc/fortran/intrinsic.texi @@ -5845,8 +5845,8 @@ Elemental subroutine @code{MOVE_ALLOC(SRC, DEST)} moves the allocation from @var{SRC} to @var{DEST}. @var{SRC} will become deallocated in the process. -@item @emph{Option}: -f2003, gnu +@item @emph{Standard}: +F2003 and later @item @emph{Class}: Subroutine |