diff options
author | burnus <burnus@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-09-20 11:28:12 +0000 |
---|---|---|
committer | burnus <burnus@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-09-20 11:28:12 +0000 |
commit | ffc54dbd537f6e90490a910bead943ca6923ce9d (patch) | |
tree | 3db96194e84943d61024f8a58586afb505c8c3c6 /gcc/fortran/gfortran.texi | |
parent | 5d93234932c3d8617ce92b77b7013ef6bede9508 (diff) | |
download | gcc-ffc54dbd537f6e90490a910bead943ca6923ce9d.tar.gz |
2007-09-20 Tobias Burnus <burnus@net-b.de>
PR fortran/33325
* intrinsic.text: Add documentation of the intrinsic modules.
* gfortran.texi: Link to intrinsic-modules section and to
the GOMP manual.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@128619 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/fortran/gfortran.texi')
-rw-r--r-- | gcc/fortran/gfortran.texi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gcc/fortran/gfortran.texi b/gcc/fortran/gfortran.texi index 73ddcb0373a..7d99f2ed1e7 100644 --- a/gcc/fortran/gfortran.texi +++ b/gcc/fortran/gfortran.texi @@ -184,6 +184,7 @@ Part II: Language Reference * Fortran 2003 status:: Fortran 2003 features supported by GNU Fortran. * Extensions:: Language extensions implemented by GNU Fortran. * Intrinsic Procedures:: Intrinsic procedures supported by GNU Fortran. +* Intrinsic Modules:: Intrinsic modules supported by GNU Fortran. * Contributing:: How you can help. * Copying:: GNU General Public License says @@ -1370,7 +1371,8 @@ routines are provided both in a form of a Fortran 90 module named For details refer to the actual @uref{http://www.openmp.org/drupal/mp-documents/spec25.pdf, -OpenMP Application Program Interface v2.5} specification. +OpenMP Application Program Interface v2.5} specification and to the +@ref{Top,,Introduction,libgomp,GNU OpenMP runtime library}. @node Argument list functions @section Argument list functions %VAL, %REF and %LOC |