diff options
author | Steven G. Kargl <kargls@comcast.net> | 2006-05-09 16:25:21 +0000 |
---|---|---|
committer | Steven G. Kargl <kargl@gcc.gnu.org> | 2006-05-09 16:25:21 +0000 |
commit | 08f366731e3c1e62db2d4725c39502fe43ee1467 (patch) | |
tree | bfbe06618cdea023806fdbd7d2aa38b149e366d1 /gcc | |
parent | fa959ce486f4e61e26a48d509e2f9980d35eca1b (diff) | |
download | gcc-08f366731e3c1e62db2d4725c39502fe43ee1467.zip gcc-08f366731e3c1e62db2d4725c39502fe43ee1467.tar.gz gcc-08f366731e3c1e62db2d4725c39502fe43ee1467.tar.bz2 |
Commit chnages missed in the previous commit.
From-SVN: r113658
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/fortran/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/fortran/invoke.texi | 3 |
2 files changed, 7 insertions, 1 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 29afc06..1b456cd 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,8 @@ +2006-05-09 Steven G. Kargl <kargls@comcast.net> + + * invoke.texi: Missed file in previous commit. Update + description of -fall-intrinsics + 2006-05-07 Steven Boscher <steven@gcc.gnu.org> PR fortran/27378 diff --git a/gcc/fortran/invoke.texi b/gcc/fortran/invoke.texi index 867e18a..4b96531 100644 --- a/gcc/fortran/invoke.texi +++ b/gcc/fortran/invoke.texi @@ -195,7 +195,8 @@ older Fortran programs. @item -fall-intrinsics Accept all of the intrinsic procedures provided in libgfortran without regard to the setting of @option{-std}. In particular, -this option can be quite useful with @option{-std=f95}. +this option can be quite useful with @option{-std=f95}. Additionally, +gfortran will ignore @option{-Wnonstd-intrinsics}. @cindex option, -fd-lines-as-code @cindex -fd-lines-as-code, option |