diff options
author | brooks <brooks@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-10-15 06:32:42 +0000 |
---|---|---|
committer | brooks <brooks@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-10-15 06:32:42 +0000 |
commit | a5f53fac013f1cb7652a430fc5aacd950956399b (patch) | |
tree | 22516fb1e243573e9e193a5fa35c93ab65cd7c6a /gcc/fortran/gfortran.texi | |
parent | 15e4b4f65e9170bad741d609b3d245a93c931da3 (diff) | |
download | gcc-a5f53fac013f1cb7652a430fc5aacd950956399b.tar.gz |
2006-10-14 Tobias Burnus <burnus@net-b.de>
* gfortran.texi: Add link to GFortran apps
* intrinsic.texi: Updated documentation of ACCESS and CHMOD
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117740 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/fortran/gfortran.texi')
-rw-r--r-- | gcc/fortran/gfortran.texi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/fortran/gfortran.texi b/gcc/fortran/gfortran.texi index 00f3a45b463..9847cbf4415 100644 --- a/gcc/fortran/gfortran.texi +++ b/gcc/fortran/gfortran.texi @@ -161,7 +161,7 @@ it will do everything you expect from any decent compiler: @item Read a user's program, stored in a file and containing instructions written -in Fortran 77, Fortran 90 or Fortran 95. +in Fortran 77, Fortran 90, Fortran 95 or Fortran 2003. This file contains @dfn{source code}. @item @@ -404,7 +404,8 @@ large real-world programs, including @uref{http://mysite.verizon.net/serveall/moene.pdf, the HIRLAM weather-forecasting code} and @uref{http://www.theochem.uwa.edu.au/tonto/, the Tonto quantum -chemistry package}. +chemistry package}; see @url{http://gcc.gnu.org/wiki/GfortranApps} for an +extended list. Among other things, the GNU Fortran compiler is intended as a replacement for G77. At this point, nearly all programs that could be compiled with |