public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/users/marxin/heads/revert-sphinx-v2)] Partially revert 59a63247992eb13153b82c4902aadf111460eac2.
@ 2022-11-14  3:04 Martin Liska
  0 siblings, 0 replies; only message in thread
From: Martin Liska @ 2022-11-14  3:04 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:a7a5e0103beb4451b7673354afa8490730f65093

commit a7a5e0103beb4451b7673354afa8490730f65093
Author: Martin Liska <mliska@suse.cz>
Date:   Sun Nov 13 21:50:14 2022 +0100

    Partially revert 59a63247992eb13153b82c4902aadf111460eac2.
    
    gcc/fortran/ChangeLog:
    
            * doc/gfortran/naming-and-argument-passing-conventions.rst:
            Revert.

Diff:
---
 gcc/fortran/doc/gfortran/naming-and-argument-passing-conventions.rst | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gcc/fortran/doc/gfortran/naming-and-argument-passing-conventions.rst b/gcc/fortran/doc/gfortran/naming-and-argument-passing-conventions.rst
index fa999fac355..4baaee9bfec 100644
--- a/gcc/fortran/doc/gfortran/naming-and-argument-passing-conventions.rst
+++ b/gcc/fortran/doc/gfortran/naming-and-argument-passing-conventions.rst
@@ -142,7 +142,8 @@ is used for dummy arguments; with ``VALUE``, those variables are
 passed by value.
 
 For ``OPTIONAL`` dummy arguments, an absent argument is denoted
-by a NULL pointer, except for scalar dummy arguments of intrinsic type
+by a NULL pointer, except for scalar dummy arguments of type
+``INTEGER``, ``LOGICAL``, ``REAL`` and ``COMPLEX``
 which have the ``VALUE`` attribute.  For those, a hidden Boolean
 argument (``logical(kind=C_bool),value``) is used to indicate
 whether the argument is present.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-11-14  3:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-14  3:04 [gcc(refs/users/marxin/heads/revert-sphinx-v2)] Partially revert 59a63247992eb13153b82c4902aadf111460eac2 Martin Liska

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).