aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
diff options
context:
space:
mode:
authorMartin Liska <mliska@suse.cz>2022-11-14 03:20:25 +0100
committerMartin Liska <mliska@suse.cz>2022-11-14 09:35:07 +0100
commitce51e8439a491910348a1c5aea43b55f000ba8ac (patch)
treef585d8d0570dc2e9fdb6c5d26a8449daebe2c953 /gcc/fortran
parent191dbc35688262c9c2bb1d623950a197eff80b80 (diff)
downloadgcc-ce51e8439a491910348a1c5aea43b55f000ba8ac.zip
gcc-ce51e8439a491910348a1c5aea43b55f000ba8ac.tar.gz
gcc-ce51e8439a491910348a1c5aea43b55f000ba8ac.tar.bz2
doc: port new documentation from Sphinx
gcc/ChangeLog: * doc/contrib.texi: Port from Sphinx. * doc/cpp.texi: Likewise. * doc/install.texi: Likewise. * doc/invoke.texi: Likewise. gcc/fortran/ChangeLog: * gfortran.texi: Port from Sphinx.
Diffstat (limited to 'gcc/fortran')
-rw-r--r--gcc/fortran/gfortran.texi3
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/fortran/gfortran.texi b/gcc/fortran/gfortran.texi
index 4b4ecd5..60fac2e 100644
--- a/gcc/fortran/gfortran.texi
+++ b/gcc/fortran/gfortran.texi
@@ -3763,8 +3763,7 @@ is used for dummy arguments; with @code{VALUE}, those variables are
passed by value.
For @code{OPTIONAL} dummy arguments, an absent argument is denoted
-by a NULL pointer, except for scalar dummy arguments of type
-@code{INTEGER}, @code{LOGICAL}, @code{REAL} and @code{COMPLEX}
+by a NULL pointer, except for scalar dummy arguments of intrinsic type
which have the @code{VALUE} attribute. For those, a hidden Boolean
argument (@code{logical(kind=C_bool),value}) is used to indicate
whether the argument is present.