Partially revert 59a63247992eb13153b82c4902aadf111460eac2.
authorMartin Liska <mliska@suse.cz>
Sun, 13 Nov 2022 20:50:14 +0000 (21:50 +0100)
committerMartin Liska <mliska@suse.cz>
Mon, 14 Nov 2022 08:35:02 +0000 (09:35 +0100)
gcc/fortran/ChangeLog:

* doc/gfortran/naming-and-argument-passing-conventions.rst:
Revert.

gcc/fortran/doc/gfortran/naming-and-argument-passing-conventions.rst

index fa999fa..4baaee9 100644 (file)
@@ -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.