diff options
author | Martin Liska <mliska@suse.cz> | 2022-11-13 21:57:11 +0100 |
---|---|---|
committer | Martin Liska <mliska@suse.cz> | 2022-11-14 09:35:04 +0100 |
commit | a0ccbac8430a08ae489d93c1b1ea7b17b046778b (patch) | |
tree | b21da8a1c068f7d238ae9ef9d30def911efcc594 /gcc/fortran | |
parent | 45ab87d4f39da13af2d5544c79510317de87c99e (diff) | |
download | gcc-a0ccbac8430a08ae489d93c1b1ea7b17b046778b.zip gcc-a0ccbac8430a08ae489d93c1b1ea7b17b046778b.tar.gz gcc-a0ccbac8430a08ae489d93c1b1ea7b17b046778b.tar.bz2 |
Revert "sphinx: add missing trailing newline"
This reverts commit 3ed1b4ce7c9bdf8c777d12da0f5fe4cae8ba7c8e.
Diffstat (limited to 'gcc/fortran')
368 files changed, 368 insertions, 368 deletions
diff --git a/gcc/fortran/doc/gfc-internals/code-that-interacts-with-the-user.rst b/gcc/fortran/doc/gfc-internals/code-that-interacts-with-the-user.rst index 502bbc7..43a47db 100644 --- a/gcc/fortran/doc/gfc-internals/code-that-interacts-with-the-user.rst +++ b/gcc/fortran/doc/gfc-internals/code-that-interacts-with-the-user.rst @@ -12,4 +12,4 @@ Code that Interacts with the User :maxdepth: 2 command-line-options - error-handling + error-handling
\ No newline at end of file diff --git a/gcc/fortran/doc/gfc-internals/command-line-options.rst b/gcc/fortran/doc/gfc-internals/command-line-options.rst index 427c54e..abb5fda 100644 --- a/gcc/fortran/doc/gfc-internals/command-line-options.rst +++ b/gcc/fortran/doc/gfc-internals/command-line-options.rst @@ -27,4 +27,4 @@ The global flags that record the option states are stored in the ``gfc_option_t`` struct, which is defined in :samp:`gfortran.h`. Before the options are processed, initial values for these flags are set in ``gfc_init_option`` in :samp:`options.cc`; these become the default -values for the options. +values for the options.
\ No newline at end of file diff --git a/gcc/fortran/doc/gfc-internals/copyright.rst b/gcc/fortran/doc/gfc-internals/copyright.rst index 4c658f4..c778eb1 100644 --- a/gcc/fortran/doc/gfc-internals/copyright.rst +++ b/gcc/fortran/doc/gfc-internals/copyright.rst @@ -22,4 +22,4 @@ in the :ref:`gnu_fdl`. You have freedom to copy and modify this GNU Manual, like GNU software. Copies published by the Free Software Foundation raise - funds for GNU development. + funds for GNU development.
\ No newline at end of file diff --git a/gcc/fortran/doc/gfc-internals/error-handling.rst b/gcc/fortran/doc/gfc-internals/error-handling.rst index cb6f6bd..11c12b6 100644 --- a/gcc/fortran/doc/gfc-internals/error-handling.rst +++ b/gcc/fortran/doc/gfc-internals/error-handling.rst @@ -72,4 +72,4 @@ The syntax for the strings used to produce the error/warning message in the various error and warning functions is similar to the ``printf`` syntax, with :samp:`%`-escapes to insert variable values. The details, and the allowable codes, are documented in the ``error_print`` -function in :samp:`error.cc`. +function in :samp:`error.cc`.
\ No newline at end of file diff --git a/gcc/fortran/doc/gfc-internals/frontend-data-structures.rst b/gcc/fortran/doc/gfc-internals/frontend-data-structures.rst index 0466663..0b4411a 100644 --- a/gcc/fortran/doc/gfc-internals/frontend-data-structures.rst +++ b/gcc/fortran/doc/gfc-internals/frontend-data-structures.rst @@ -20,4 +20,4 @@ structures. :maxdepth: 2 gfccode - gfcexpr + gfcexpr
\ No newline at end of file diff --git a/gcc/fortran/doc/gfc-internals/generating-the-intermediate-language-for-later-stages.rst b/gcc/fortran/doc/gfc-internals/generating-the-intermediate-language-for-later-stages.rst index a7225a4..37bfe30 100644 --- a/gcc/fortran/doc/gfc-internals/generating-the-intermediate-language-for-later-stages.rst +++ b/gcc/fortran/doc/gfc-internals/generating-the-intermediate-language-for-later-stages.rst @@ -21,4 +21,4 @@ Data structures relating to this are found in the source files generating-the-intermediate-language-for-later-stages/basic-data-structures generating-the-intermediate-language-for-later-stages/converting-expressions-to-tree generating-the-intermediate-language-for-later-stages/translating-statements - generating-the-intermediate-language-for-later-stages/accessing-declarations + generating-the-intermediate-language-for-later-stages/accessing-declarations
\ No newline at end of file diff --git a/gcc/fortran/doc/gfc-internals/generating-the-intermediate-language-for-later-stages/accessing-declarations.rst b/gcc/fortran/doc/gfc-internals/generating-the-intermediate-language-for-later-stages/accessing-declarations.rst index b9eaef4..0c2c016 100644 --- a/gcc/fortran/doc/gfc-internals/generating-the-intermediate-language-for-later-stages/accessing-declarations.rst +++ b/gcc/fortran/doc/gfc-internals/generating-the-intermediate-language-for-later-stages/accessing-declarations.rst @@ -13,4 +13,4 @@ contain a ``backend_decl`` variable, which contains the ``tree`` used for accessing that entity in the middle-end. Accessing declarations is usually done by functions called -``gfc_get*``. +``gfc_get*``.
\ No newline at end of file diff --git a/gcc/fortran/doc/gfc-internals/generating-the-intermediate-language-for-later-stages/basic-data-structures.rst b/gcc/fortran/doc/gfc-internals/generating-the-intermediate-language-for-later-stages/basic-data-structures.rst index 91ac317..2c564da 100644 --- a/gcc/fortran/doc/gfc-internals/generating-the-intermediate-language-for-later-stages/basic-data-structures.rst +++ b/gcc/fortran/doc/gfc-internals/generating-the-intermediate-language-for-later-stages/basic-data-structures.rst @@ -64,4 +64,4 @@ scope with the prefix 'everything' in the ``stmt_block`` tree var, *block; /* Initialize block somewhere here. */ var = gfc_create_var (integer_type_node, "everything"); - gfc_add_modify (block, var, build_int_cst (integer_type_node, 42)); + gfc_add_modify (block, var, build_int_cst (integer_type_node, 42));
\ No newline at end of file diff --git a/gcc/fortran/doc/gfc-internals/generating-the-intermediate-language-for-later-stages/converting-expressions-to-tree.rst b/gcc/fortran/doc/gfc-internals/generating-the-intermediate-language-for-later-stages/converting-expressions-to-tree.rst index a45fd87..f683804 100644 --- a/gcc/fortran/doc/gfc-internals/generating-the-intermediate-language-for-later-stages/converting-expressions-to-tree.rst +++ b/gcc/fortran/doc/gfc-internals/generating-the-intermediate-language-for-later-stages/converting-expressions-to-tree.rst @@ -45,4 +45,4 @@ Conversion functions which need a ``gfc_se`` structure will have a corresponding argument. ``gfc_se`` also contains pointers to a ``gfc_ss`` and a -``gfc_loopinfo`` structure. These are needed by the scalarizer. +``gfc_loopinfo`` structure. These are needed by the scalarizer.
\ No newline at end of file diff --git a/gcc/fortran/doc/gfc-internals/generating-the-intermediate-language-for-later-stages/translating-statements.rst b/gcc/fortran/doc/gfc-internals/generating-the-intermediate-language-for-later-stages/translating-statements.rst index 69e24d2..f53310e 100644 --- a/gcc/fortran/doc/gfc-internals/generating-the-intermediate-language-for-later-stages/translating-statements.rst +++ b/gcc/fortran/doc/gfc-internals/generating-the-intermediate-language-for-later-stages/translating-statements.rst @@ -11,4 +11,4 @@ Translating statements Translating statements to ``tree`` is done by functions called ``gfc_trans_*``. These functions usually get passed a ``gfc_code`` structure, evaluate any expressions and then -return a ``tree`` structure. +return a ``tree`` structure.
\ No newline at end of file diff --git a/gcc/fortran/doc/gfc-internals/gfccode.rst b/gcc/fortran/doc/gfc-internals/gfccode.rst index 8f61084..838205d 100644 --- a/gcc/fortran/doc/gfc-internals/gfccode.rst +++ b/gcc/fortran/doc/gfc-internals/gfccode.rst @@ -143,4 +143,4 @@ For association to expressions (as opposed to variables), at the very beginning of the ``BLOCK`` construct assignments are automatically generated to set the corresponding variables to their target expressions' values, and later on the compiler simply disallows using such associate-names in contexts -that may change the value. +that may change the value.
\ No newline at end of file diff --git a/gcc/fortran/doc/gfc-internals/gfcexpr.rst b/gcc/fortran/doc/gfc-internals/gfcexpr.rst index 00c6b11..7036ee4 100644 --- a/gcc/fortran/doc/gfc-internals/gfcexpr.rst +++ b/gcc/fortran/doc/gfc-internals/gfcexpr.rst @@ -153,4 +153,4 @@ reference of a constant string, as in the following code snippet: In this case, ``value.character`` contains the full string's data as if it was a string constant, but the ``ref`` member is also set and points to a -substring reference as described in the subsection above. +substring reference as described in the subsection above.
\ No newline at end of file diff --git a/gcc/fortran/doc/gfc-internals/gnu-free-documentation-license.rst b/gcc/fortran/doc/gfc-internals/gnu-free-documentation-license.rst index 98452c1..9a3dac6 100644 --- a/gcc/fortran/doc/gfc-internals/gnu-free-documentation-license.rst +++ b/gcc/fortran/doc/gfc-internals/gnu-free-documentation-license.rst @@ -3,4 +3,4 @@ This is part of the GCC manual. For copying conditions, see the copyright.rst file. -.. include:: ../../../../doc/gnu_free_documentation_license.rst +.. include:: ../../../../doc/gnu_free_documentation_license.rst
\ No newline at end of file diff --git a/gcc/fortran/doc/gfc-internals/index.rst b/gcc/fortran/doc/gfc-internals/index.rst index 9968188..3e37acf 100644 --- a/gcc/fortran/doc/gfc-internals/index.rst +++ b/gcc/fortran/doc/gfc-internals/index.rst @@ -21,4 +21,4 @@ GNU Fortran Compiler Internals the-libgfortran-runtime-library gnu-free-documentation-license - indices-and-tables + indices-and-tables
\ No newline at end of file diff --git a/gcc/fortran/doc/gfc-internals/indices-and-tables.rst b/gcc/fortran/doc/gfc-internals/indices-and-tables.rst index 8d84ef9d..50865c6 100644 --- a/gcc/fortran/doc/gfc-internals/indices-and-tables.rst +++ b/gcc/fortran/doc/gfc-internals/indices-and-tables.rst @@ -1 +1 @@ -.. include:: ../../../../doc/indices-and-tables.rst +.. include:: ../../../../doc/indices-and-tables.rst
\ No newline at end of file diff --git a/gcc/fortran/doc/gfc-internals/internals-of-fortran-2003-oop-features.rst b/gcc/fortran/doc/gfc-internals/internals-of-fortran-2003-oop-features.rst index 7ac9a6d..b57f60e 100644 --- a/gcc/fortran/doc/gfc-internals/internals-of-fortran-2003-oop-features.rst +++ b/gcc/fortran/doc/gfc-internals/internals-of-fortran-2003-oop-features.rst @@ -12,4 +12,4 @@ Internals of Fortran 2003 OOP Features :maxdepth: 2 type-bound-procedures - type-bound-operators + type-bound-operators
\ No newline at end of file diff --git a/gcc/fortran/doc/gfc-internals/introduction.rst b/gcc/fortran/doc/gfc-internals/introduction.rst index 4a7323e..cc13920 100644 --- a/gcc/fortran/doc/gfc-internals/introduction.rst +++ b/gcc/fortran/doc/gfc-internals/introduction.rst @@ -29,4 +29,4 @@ miscellaneous notes about the internals of the compiler. It is hoped that at some point in the future it will become a reasonably complete guide; in the interim, GNU Fortran developers are strongly encouraged to contribute to it as a way of keeping notes while working on the -compiler. +compiler.
\ No newline at end of file diff --git a/gcc/fortran/doc/gfc-internals/symbol-versioning.rst b/gcc/fortran/doc/gfc-internals/symbol-versioning.rst index 6e23c9c..37bc1e7 100644 --- a/gcc/fortran/doc/gfc-internals/symbol-versioning.rst +++ b/gcc/fortran/doc/gfc-internals/symbol-versioning.rst @@ -60,4 +60,4 @@ contains this example would define 4 C functions: ``original_foo``, ``old_foo``, ``old_foo1``, and ``new_foo``. In this case the map file must contain ``foo`` in ``VERS_1.1`` -and ``VERS_1.2`` as well as in ``VERS_2.0``. +and ``VERS_1.2`` as well as in ``VERS_2.0``.
\ No newline at end of file diff --git a/gcc/fortran/doc/gfc-internals/the-libgfortran-runtime-library.rst b/gcc/fortran/doc/gfc-internals/the-libgfortran-runtime-library.rst index c0d74d7..6b48b39 100644 --- a/gcc/fortran/doc/gfc-internals/the-libgfortran-runtime-library.rst +++ b/gcc/fortran/doc/gfc-internals/the-libgfortran-runtime-library.rst @@ -11,4 +11,4 @@ The LibGFortran Runtime Library .. toctree:: :maxdepth: 2 - symbol-versioning + symbol-versioning
\ No newline at end of file diff --git a/gcc/fortran/doc/gfc-internals/type-bound-operators.rst b/gcc/fortran/doc/gfc-internals/type-bound-operators.rst index f749c42..395de8f 100644 --- a/gcc/fortran/doc/gfc-internals/type-bound-operators.rst +++ b/gcc/fortran/doc/gfc-internals/type-bound-operators.rst @@ -30,4 +30,4 @@ operators defined on that derived-type are checked for a match with the operator call. If there's indeed a relevant definition, the operator call is replaced with an internally generated ``GENERIC`` type-bound procedure call to the respective definition and that call is -further processed. +further processed.
\ No newline at end of file diff --git a/gcc/fortran/doc/gfc-internals/type-bound-procedures.rst b/gcc/fortran/doc/gfc-internals/type-bound-procedures.rst index c26bccf..2f2d7c1 100644 --- a/gcc/fortran/doc/gfc-internals/type-bound-procedures.rst +++ b/gcc/fortran/doc/gfc-internals/type-bound-procedures.rst @@ -98,4 +98,4 @@ this is needed because type-bound operators can be called on a base-object that need not be of type ``EXPR_VARIABLE`` and thus representable in this way. Finally, if ``value.compcall.assign`` is set, the call was produced in expansion of a type-bound assignment; this means that proper dependency-checking -needs to be done when relevant. +needs to be done when relevant.
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/about-gnu-fortran.rst b/gcc/fortran/doc/gfortran/about-gnu-fortran.rst index bca62f4..8185248 100644 --- a/gcc/fortran/doc/gfortran/about-gnu-fortran.rst +++ b/gcc/fortran/doc/gfortran/about-gnu-fortran.rst @@ -112,4 +112,4 @@ The GNU Fortran compiler consists of several components: assembler code. You would typically not use this program directly; instead, the :command:`gcc` or :command:`gfortran` driver - programs call it for you. + programs call it for you.
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/coarray-programming.rst b/gcc/fortran/doc/gfortran/coarray-programming.rst index 1879007..4dce202 100644 --- a/gcc/fortran/doc/gfortran/coarray-programming.rst +++ b/gcc/fortran/doc/gfortran/coarray-programming.rst @@ -14,4 +14,4 @@ Coarray Programming :maxdepth: 2 type-and-enum-abi-documentation - function-abi-documentation + function-abi-documentation
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/compiler-characteristics.rst b/gcc/fortran/doc/gfortran/compiler-characteristics.rst index e9500c7..c222102 100644 --- a/gcc/fortran/doc/gfortran/compiler-characteristics.rst +++ b/gcc/fortran/doc/gfortran/compiler-characteristics.rst @@ -24,4 +24,4 @@ might in some way or another become visible to the programmer. compiler-characteristics/files-opened-without-an-explicit-action=-specifier compiler-characteristics/file-operations-on-symbolic-links compiler-characteristics/file-format-of-unformatted-sequential-files - compiler-characteristics/asynchronous-i-o + compiler-characteristics/asynchronous-i-o
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/compiler-characteristics/asynchronous-i-o.rst b/gcc/fortran/doc/gfortran/compiler-characteristics/asynchronous-i-o.rst index 5935772..c5fd4ea 100644 --- a/gcc/fortran/doc/gfortran/compiler-characteristics/asynchronous-i-o.rst +++ b/gcc/fortran/doc/gfortran/compiler-characteristics/asynchronous-i-o.rst @@ -18,4 +18,4 @@ variables, such as AIX, I/O is also performed as synchronous. On some systems, such as Darwin or Solaris, the POSIX thread library is always linked in, so asynchronous I/O is always performed. On other sytems, such as Linux, it is necessary to specify :option:`-pthread`, -:option:`-lpthread` or :option:`-fopenmp` during the linking step. +:option:`-lpthread` or :option:`-fopenmp` during the linking step.
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/compiler-characteristics/data-consistency-and-durability.rst b/gcc/fortran/doc/gfortran/compiler-characteristics/data-consistency-and-durability.rst index 663546b..d499a8d 100644 --- a/gcc/fortran/doc/gfortran/compiler-characteristics/data-consistency-and-durability.rst +++ b/gcc/fortran/doc/gfortran/compiler-characteristics/data-consistency-and-durability.rst @@ -77,4 +77,4 @@ client to contact the server in order to revalidate cached data. ``fsync`` will also force a flush of dirty data and metadata to the server. Similar to ``open`` and ``close``, acquiring and releasing ``fcntl`` file locks, if the server supports them, will -also force cache validation and flushing dirty data and metadata. +also force cache validation and flushing dirty data and metadata.
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/compiler-characteristics/evaluation-of-logical-expressions.rst b/gcc/fortran/doc/gfortran/compiler-characteristics/evaluation-of-logical-expressions.rst index 2151544..ddb472b 100644 --- a/gcc/fortran/doc/gfortran/compiler-characteristics/evaluation-of-logical-expressions.rst +++ b/gcc/fortran/doc/gfortran/compiler-characteristics/evaluation-of-logical-expressions.rst @@ -15,4 +15,4 @@ Fortran will optimize out function calls (even to impure functions) if the result of the expression can be established without them. However, since not all compilers do that, and such an optimization can potentially modify the program flow and subsequent results, GNU Fortran throws warnings for such -situations with the :option:`-Wfunction-elimination` flag. +situations with the :option:`-Wfunction-elimination` flag.
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/compiler-characteristics/file-format-of-unformatted-sequential-files.rst b/gcc/fortran/doc/gfortran/compiler-characteristics/file-format-of-unformatted-sequential-files.rst index 6ed9e65..55c332c 100644 --- a/gcc/fortran/doc/gfortran/compiler-characteristics/file-format-of-unformatted-sequential-files.rst +++ b/gcc/fortran/doc/gfortran/compiler-characteristics/file-format-of-unformatted-sequential-files.rst @@ -60,4 +60,4 @@ record containing a single subrecord: open (10,file='test.dat',form='unformatted') read (10) b if (all (a == b)) print *,'success!' - end program main + end program main
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/compiler-characteristics/file-operations-on-symbolic-links.rst b/gcc/fortran/doc/gfortran/compiler-characteristics/file-operations-on-symbolic-links.rst index 3d121ee..c0d1e10 100644 --- a/gcc/fortran/doc/gfortran/compiler-characteristics/file-operations-on-symbolic-links.rst +++ b/gcc/fortran/doc/gfortran/compiler-characteristics/file-operations-on-symbolic-links.rst @@ -25,4 +25,4 @@ symbolic links, on systems that support them. * If a symbolic link was connected, using the ``CLOSE`` statement with a ``STATUS="DELETE"`` specifier will cause the symbolic link itself - to be deleted, not its target. + to be deleted, not its target.
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/compiler-characteristics/files-opened-without-an-explicit-action=-specifier.rst b/gcc/fortran/doc/gfortran/compiler-characteristics/files-opened-without-an-explicit-action=-specifier.rst index b42bc9d..2f7a6dc 100644 --- a/gcc/fortran/doc/gfortran/compiler-characteristics/files-opened-without-an-explicit-action=-specifier.rst +++ b/gcc/fortran/doc/gfortran/compiler-characteristics/files-opened-without-an-explicit-action=-specifier.rst @@ -20,4 +20,4 @@ processor dependent. GNU Fortran behaves as follows: * If that fails, try to open with ``ACTION='WRITE'`` -* If that fails, generate an error +* If that fails, generate an error
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/compiler-characteristics/internal-representation-of-logical-variables.rst b/gcc/fortran/doc/gfortran/compiler-characteristics/internal-representation-of-logical-variables.rst index e8b1198..2628065 100644 --- a/gcc/fortran/doc/gfortran/compiler-characteristics/internal-representation-of-logical-variables.rst +++ b/gcc/fortran/doc/gfortran/compiler-characteristics/internal-representation-of-logical-variables.rst @@ -21,4 +21,4 @@ A ``LOGICAL(KIND=N)`` variable is represented as an values: ``1`` for ``.TRUE.`` and ``0`` for ``.FALSE.``. Any other integer value results in undefined behavior. -See also :ref:`argument-passing-conventions` and :ref:`interoperability-with-c`. +See also :ref:`argument-passing-conventions` and :ref:`interoperability-with-c`.
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/compiler-characteristics/kind-type-parameters.rst b/gcc/fortran/doc/gfortran/compiler-characteristics/kind-type-parameters.rst index fd3dd2a..8f74c8d 100644 --- a/gcc/fortran/doc/gfortran/compiler-characteristics/kind-type-parameters.rst +++ b/gcc/fortran/doc/gfortran/compiler-characteristics/kind-type-parameters.rst @@ -51,4 +51,4 @@ parameters of the ``ISO_FORTRAN_ENV`` module instead of the concrete values. The available kind parameters can be found in the constant arrays ``CHARACTER_KINDS``, ``INTEGER_KINDS``, ``LOGICAL_KINDS`` and ``REAL_KINDS`` in the :ref:`ISO_FORTRAN_ENV` module. For C interoperability, -the kind parameters of the :ref:`ISO_C_BINDING` module should be used. +the kind parameters of the :ref:`ISO_C_BINDING` module should be used.
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/compiler-characteristics/max-and-min-intrinsics-with-real-nan-arguments.rst b/gcc/fortran/doc/gfortran/compiler-characteristics/max-and-min-intrinsics-with-real-nan-arguments.rst index cc05531..5b56829 100644 --- a/gcc/fortran/doc/gfortran/compiler-characteristics/max-and-min-intrinsics-with-real-nan-arguments.rst +++ b/gcc/fortran/doc/gfortran/compiler-characteristics/max-and-min-intrinsics-with-real-nan-arguments.rst @@ -18,4 +18,4 @@ generated. If the programmer wishes to take some specific action in case one of the arguments is a ``NaN``, it is necessary to explicitly test the arguments before calling ``MAX`` or ``MIN``, e.g. with the ``IEEE_IS_NAN`` function from the intrinsic module -``IEEE_ARITHMETIC``. +``IEEE_ARITHMETIC``.
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/compiler-characteristics/thread-safety-of-the-runtime-library.rst b/gcc/fortran/doc/gfortran/compiler-characteristics/thread-safety-of-the-runtime-library.rst index 46536d7..e2282ca 100644 --- a/gcc/fortran/doc/gfortran/compiler-characteristics/thread-safety-of-the-runtime-library.rst +++ b/gcc/fortran/doc/gfortran/compiler-characteristics/thread-safety-of-the-runtime-library.rst @@ -50,4 +50,4 @@ Thus, on such targets it's not safe to call ``setlocale`` concurrently from another thread while a Fortran formatted I/O operation is in progress. Also, other threads doing something dependent on the LC_NUMERIC locale might not work correctly if a -formatted I/O operation is in progress in another thread. +formatted I/O operation is in progress in another thread.
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/contributing.rst b/gcc/fortran/doc/gfortran/contributing.rst index 44830c8..bb06b37 100644 --- a/gcc/fortran/doc/gfortran/contributing.rst +++ b/gcc/fortran/doc/gfortran/contributing.rst @@ -25,4 +25,4 @@ but they are also things doable by someone who is willing and able. :maxdepth: 2 contributors-to-gnu-fortran - projects + projects
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/contributors-to-gnu-fortran.rst b/gcc/fortran/doc/gfortran/contributors-to-gnu-fortran.rst index 3eb1fa2..5a9c615 100644 --- a/gcc/fortran/doc/gfortran/contributors-to-gnu-fortran.rst +++ b/gcc/fortran/doc/gfortran/contributors-to-gnu-fortran.rst @@ -106,4 +106,4 @@ test and improve the GNU Fortran compiler over the past few years, and we welcome you to do the same! If you already have done so, and you would like to see your name listed in the -list above, please contact us. +list above, please contact us.
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/copyright.rst b/gcc/fortran/doc/gfortran/copyright.rst index 4c658f4..c778eb1 100644 --- a/gcc/fortran/doc/gfortran/copyright.rst +++ b/gcc/fortran/doc/gfortran/copyright.rst @@ -22,4 +22,4 @@ in the :ref:`gnu_fdl`. You have freedom to copy and modify this GNU Manual, like GNU software. Copies published by the Free Software Foundation raise - funds for GNU development. + funds for GNU development.
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/extensions-implemented-in-gnu-fortran.rst b/gcc/fortran/doc/gfortran/extensions-implemented-in-gnu-fortran.rst index 6e4e0c2..bffdd27 100644 --- a/gcc/fortran/doc/gfortran/extensions-implemented-in-gnu-fortran.rst +++ b/gcc/fortran/doc/gfortran/extensions-implemented-in-gnu-fortran.rst @@ -1532,4 +1532,4 @@ Default exponents For compatibility, GNU Fortran supports a default exponent of zero in real constants with :option:`-fdec`. For example, ``9e`` would be -interpreted as ``9e0``, rather than an error. +interpreted as ``9e0``, rather than an error.
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/extensions-not-implemented-in-gnu-fortran.rst b/gcc/fortran/doc/gfortran/extensions-not-implemented-in-gnu-fortran.rst index 1a9a2a4..33bbd7b 100644 --- a/gcc/fortran/doc/gfortran/extensions-not-implemented-in-gnu-fortran.rst +++ b/gcc/fortran/doc/gfortran/extensions-not-implemented-in-gnu-fortran.rst @@ -183,4 +183,4 @@ characters left using ``LEN_TRIM``. Another method may be to use formatted stream, read the data up to the position where the ``Q`` descriptor occurred, use ``INQUIRE`` to get the file position, count the characters up to the next ``NEW_LINE`` and then start -reading from the position marked previously. +reading from the position marked previously.
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/extensions.rst b/gcc/fortran/doc/gfortran/extensions.rst index e39f6d9..c151fc6 100644 --- a/gcc/fortran/doc/gfortran/extensions.rst +++ b/gcc/fortran/doc/gfortran/extensions.rst @@ -21,4 +21,4 @@ extensions. :maxdepth: 2 extensions-implemented-in-gnu-fortran - extensions-not-implemented-in-gnu-fortran + extensions-not-implemented-in-gnu-fortran
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/function-abi-documentation.rst b/gcc/fortran/doc/gfortran/function-abi-documentation.rst index d5d8017..a26ea3f 100644 --- a/gcc/fortran/doc/gfortran/function-abi-documentation.rst +++ b/gcc/fortran/doc/gfortran/function-abi-documentation.rst @@ -1523,4 +1523,4 @@ Some basic guidelines for editing this document: (2) The generic name is to be used. (3) The specific names are included in the function index and in a table at the end of the node (See ABS entry). -(4) Try to maintain the same style for each entry. +(4) Try to maintain the same style for each entry.
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/funding.rst b/gcc/fortran/doc/gfortran/funding.rst index 2524a4e..2d76ad9 100644 --- a/gcc/fortran/doc/gfortran/funding.rst +++ b/gcc/fortran/doc/gfortran/funding.rst @@ -3,4 +3,4 @@ This is part of the GCC manual. For copying conditions, see the copyright.rst file. -.. include:: ../../../../doc/funding.rst +.. include:: ../../../../doc/funding.rst
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/general-public-license-3.rst b/gcc/fortran/doc/gfortran/general-public-license-3.rst index 1aee008..cfca1c3 100644 --- a/gcc/fortran/doc/gfortran/general-public-license-3.rst +++ b/gcc/fortran/doc/gfortran/general-public-license-3.rst @@ -3,4 +3,4 @@ This is part of the GCC manual. For copying conditions, see the copyright.rst file. -.. include:: ../../../../doc/gpl-3.0.rst +.. include:: ../../../../doc/gpl-3.0.rst
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/gnu-fortran-and-gcc.rst b/gcc/fortran/doc/gfortran/gnu-fortran-and-gcc.rst index 004b4b7..2ec86fb 100644 --- a/gcc/fortran/doc/gfortran/gnu-fortran-and-gcc.rst +++ b/gcc/fortran/doc/gfortran/gnu-fortran-and-gcc.rst @@ -45,4 +45,4 @@ which relate to the optimization passes and the back-end code generation that relate to the optimization passes and the back-end code generation are documented in the GCC manual; see :ref:`gcc:top`. The two manuals together provide a complete reference for the GNU -Fortran compiler. +Fortran compiler.
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/gnu-fortran-command-options.rst b/gcc/fortran/doc/gfortran/gnu-fortran-command-options.rst index f880ddf..880b34c 100644 --- a/gcc/fortran/doc/gfortran/gnu-fortran-command-options.rst +++ b/gcc/fortran/doc/gfortran/gnu-fortran-command-options.rst @@ -30,4 +30,4 @@ GNU Fortran Command Options .. toctree:: - copyright + copyright
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/gnu-fortran-command-options/description.rst b/gcc/fortran/doc/gfortran/gnu-fortran-command-options/description.rst index 3800347..c0f0594 100644 --- a/gcc/fortran/doc/gfortran/gnu-fortran-command-options/description.rst +++ b/gcc/fortran/doc/gfortran/gnu-fortran-command-options/description.rst @@ -36,4 +36,4 @@ by all of the relevant drivers. In some cases, options have positive and negative forms; the negative form of :samp:`-ffoo` would be :samp:`-fno-foo`. This manual documents only one of these two forms, whichever -one is not the default. +one is not the default.
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/gnu-fortran-command-options/enable-and-customize-preprocessing.rst b/gcc/fortran/doc/gfortran/gnu-fortran-command-options/enable-and-customize-preprocessing.rst index 13fe9c3..0db92c6 100644 --- a/gcc/fortran/doc/gfortran/gnu-fortran-command-options/enable-and-customize-preprocessing.rst +++ b/gcc/fortran/doc/gfortran/gnu-fortran-command-options/enable-and-customize-preprocessing.rst @@ -295,4 +295,4 @@ The following options control preprocessing of Fortran code: .. option:: -Uname Cancel any previous definition of :samp:`{name}`, either built in or provided - with a :option:`-D` option. + with a :option:`-D` option.
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/gnu-fortran-command-options/environment-variables-affecting-gfortran.rst b/gcc/fortran/doc/gfortran/gnu-fortran-command-options/environment-variables-affecting-gfortran.rst index 6d4a979..cd6af4c 100644 --- a/gcc/fortran/doc/gfortran/gnu-fortran-command-options/environment-variables-affecting-gfortran.rst +++ b/gcc/fortran/doc/gfortran/gnu-fortran-command-options/environment-variables-affecting-gfortran.rst @@ -21,4 +21,4 @@ See :ref:`gcc:environment-variables`, for information on environment variables. See :ref:`runtime`, for environment variables that affect the -run-time behavior of programs compiled with GNU Fortran. +run-time behavior of programs compiled with GNU Fortran.
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/gnu-fortran-command-options/influencing-runtime-behavior.rst b/gcc/fortran/doc/gfortran/gnu-fortran-command-options/influencing-runtime-behavior.rst index 4a1afc2..08f0558 100644 --- a/gcc/fortran/doc/gfortran/gnu-fortran-command-options/influencing-runtime-behavior.rst +++ b/gcc/fortran/doc/gfortran/gnu-fortran-command-options/influencing-runtime-behavior.rst @@ -64,4 +64,4 @@ These options affect the runtime behavior of programs compiled with GNU Fortran. negative in the ``SIGN`` intrinsic. :option:`-fno-sign-zero` does not print the negative sign of zero values (or values rounded to zero for I/O) and regards zero as positive number in the ``SIGN`` intrinsic for - compatibility with Fortran 77. The default is :option:`-fsign-zero`. + compatibility with Fortran 77. The default is :option:`-fsign-zero`.
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/gnu-fortran-command-options/influencing-the-linking-step.rst b/gcc/fortran/doc/gfortran/gnu-fortran-command-options/influencing-the-linking-step.rst index 9231032..2e9e39f 100644 --- a/gcc/fortran/doc/gfortran/gnu-fortran-command-options/influencing-the-linking-step.rst +++ b/gcc/fortran/doc/gfortran/gnu-fortran-command-options/influencing-the-linking-step.rst @@ -34,4 +34,4 @@ a link step. Please note that the :samp:`libquadmath` runtime library is licensed under the GNU Lesser General Public License (LGPL), and linking it statically introduces - requirements when redistributing the resulting binaries. + requirements when redistributing the resulting binaries.
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/gnu-fortran-command-options/option-summary.rst b/gcc/fortran/doc/gfortran/gnu-fortran-command-options/option-summary.rst index c8ab7e1..7e69d40 100644 --- a/gcc/fortran/doc/gfortran/gnu-fortran-command-options/option-summary.rst +++ b/gcc/fortran/doc/gfortran/gnu-fortran-command-options/option-summary.rst @@ -101,4 +101,4 @@ by type. Explanations are in the following sections. :option:`-fmax-stack-var-size=n` :option:`-fno-align-commons` :option:`-fno-automatic` |gol| :option:`-fno-protect-parens` :option:`-fno-underscoring` :option:`-fsecond-underscore` |gol| :option:`-fpack-derived` :option:`-frealloc-lhs` :option:`-frecursive` :option:`-frepack-arrays` |gol| - :option:`-fshort-enums` :option:`-fstack-arrays` + :option:`-fshort-enums` :option:`-fstack-arrays`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/gnu-fortran-command-options/options-controlling-fortran-dialect.rst b/gcc/fortran/doc/gfortran/gnu-fortran-command-options/options-controlling-fortran-dialect.rst index 2ce2fd4..175f925 100644 --- a/gcc/fortran/doc/gfortran/gnu-fortran-command-options/options-controlling-fortran-dialect.rst +++ b/gcc/fortran/doc/gfortran/gnu-fortran-command-options/options-controlling-fortran-dialect.rst @@ -408,4 +408,4 @@ accepted by the compiler: .. option:: -ftest-forall-temp - Enhance test coverage by forcing most forall assignments to use temporary. + Enhance test coverage by forcing most forall assignments to use temporary.
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/gnu-fortran-command-options/options-for-code-generation-conventions.rst b/gcc/fortran/doc/gfortran/gnu-fortran-command-options/options-for-code-generation-conventions.rst index 2f7e747..f83846a 100644 --- a/gcc/fortran/doc/gfortran/gnu-fortran-command-options/options-for-code-generation-conventions.rst +++ b/gcc/fortran/doc/gfortran/gnu-fortran-command-options/options-for-code-generation-conventions.rst @@ -580,4 +580,4 @@ it. See :ref:`gcc:code-gen-options`, for information on more options offered by the GBE -shared by :command:`gfortran`, :command:`gcc`, and other GNU compilers. +shared by :command:`gfortran`, :command:`gcc`, and other GNU compilers.
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/gnu-fortran-command-options/options-for-debugging-your-program-or-gnu-fortran.rst b/gcc/fortran/doc/gfortran/gnu-fortran-command-options/options-for-debugging-your-program-or-gnu-fortran.rst index 0e87bca..d7ec72e 100644 --- a/gcc/fortran/doc/gfortran/gnu-fortran-command-options/options-for-debugging-your-program-or-gnu-fortran.rst +++ b/gcc/fortran/doc/gfortran/gnu-fortran-command-options/options-for-debugging-your-program-or-gnu-fortran.rst @@ -131,4 +131,4 @@ either your program or the GNU Fortran compiler. Fortran main program. See :ref:`gcc:debugging-options`, for more information on -debugging options. +debugging options.
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/gnu-fortran-command-options/options-for-directory-search.rst b/gcc/fortran/doc/gfortran/gnu-fortran-command-options/options-for-directory-search.rst index c71c502..a76f150 100644 --- a/gcc/fortran/doc/gfortran/gnu-fortran-command-options/options-for-directory-search.rst +++ b/gcc/fortran/doc/gfortran/gnu-fortran-command-options/options-for-directory-search.rst @@ -51,4 +51,4 @@ Fortran source. .. option:: -fintrinsic-modules-path {dir} This option specifies the location of pre-compiled intrinsic modules, if - they are not in the default location expected by the compiler. + they are not in the default location expected by the compiler.
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/gnu-fortran-command-options/options-for-interoperability-with-other-languages.rst b/gcc/fortran/doc/gfortran/gnu-fortran-command-options/options-for-interoperability-with-other-languages.rst index 7fbf110..65f418c 100644 --- a/gcc/fortran/doc/gfortran/gnu-fortran-command-options/options-for-interoperability-with-other-languages.rst +++ b/gcc/fortran/doc/gfortran/gnu-fortran-command-options/options-for-interoperability-with-other-languages.rst @@ -60,4 +60,4 @@ Options for interoperability with other languages $ gfortran -fc-prototypes-external -fsyntax-only foo.f > foo.h where the C code intended for interoperating with the Fortran code - then uses ``#include "foo.h"``. + then uses ``#include "foo.h"``.
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/gnu-fortran-command-options/options-to-request-or-suppress-errors-and-warnings.rst b/gcc/fortran/doc/gfortran/gnu-fortran-command-options/options-to-request-or-suppress-errors-and-warnings.rst index b7f52d2..871fe57 100644 --- a/gcc/fortran/doc/gfortran/gnu-fortran-command-options/options-to-request-or-suppress-errors-and-warnings.rst +++ b/gcc/fortran/doc/gfortran/gnu-fortran-command-options/options-to-request-or-suppress-errors-and-warnings.rst @@ -408,4 +408,4 @@ See :ref:`gcc:warning-options`, for information on more options offered by the GBE shared by :command:`gfortran`, :command:`gcc` and other GNU compilers. -Some of these have no effect when compiling programs written in Fortran. +Some of these have no effect when compiling programs written in Fortran.
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/gnu-fortran-compiler-directives.rst b/gcc/fortran/doc/gfortran/gnu-fortran-compiler-directives.rst index 4283549..966be29 100644 --- a/gcc/fortran/doc/gfortran/gnu-fortran-compiler-directives.rst +++ b/gcc/fortran/doc/gfortran/gnu-fortran-compiler-directives.rst @@ -171,4 +171,4 @@ The syntax of the directive is This directive tells the compiler to not vectorize the following loop. It must be placed immediately before a ``DO`` loop and applies only -to the loop that follows. +to the loop that follows.
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/gnu-free-documentation-license.rst b/gcc/fortran/doc/gfortran/gnu-free-documentation-license.rst index 98452c1..9a3dac6 100644 --- a/gcc/fortran/doc/gfortran/gnu-free-documentation-license.rst +++ b/gcc/fortran/doc/gfortran/gnu-free-documentation-license.rst @@ -3,4 +3,4 @@ This is part of the GCC manual. For copying conditions, see the copyright.rst file. -.. include:: ../../../../doc/gnu_free_documentation_license.rst +.. include:: ../../../../doc/gnu_free_documentation_license.rst
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/index.rst b/gcc/fortran/doc/gfortran/index.rst index d1fd7fb..312da78 100644 --- a/gcc/fortran/doc/gfortran/index.rst +++ b/gcc/fortran/doc/gfortran/index.rst @@ -53,4 +53,4 @@ Part II: Language Reference gnu-free-documentation-license funding - indices-and-tables + indices-and-tables
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/indices-and-tables.rst b/gcc/fortran/doc/gfortran/indices-and-tables.rst index 8d84ef9d..50865c6 100644 --- a/gcc/fortran/doc/gfortran/indices-and-tables.rst +++ b/gcc/fortran/doc/gfortran/indices-and-tables.rst @@ -1 +1 @@ -.. include:: ../../../../doc/indices-and-tables.rst +.. include:: ../../../../doc/indices-and-tables.rst
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/interoperability-with-c.rst b/gcc/fortran/doc/gfortran/interoperability-with-c.rst index edc475e..52364ad 100644 --- a/gcc/fortran/doc/gfortran/interoperability-with-c.rst +++ b/gcc/fortran/doc/gfortran/interoperability-with-c.rst @@ -410,4 +410,4 @@ an array descriptor with different fields in functions without the ``BIND(C)`` attribute. Arguments to functions marked ``BIND(C)`` are converted to the specified form. If you need to access GNU Fortran's internal array descriptor, you can use the Chasm Language Interoperability -Tools, http://chasm-interop.sourceforge.net/. +Tools, http://chasm-interop.sourceforge.net/.
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-modules.rst b/gcc/fortran/doc/gfortran/intrinsic-modules.rst index 8634540..3768d4f 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-modules.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-modules.rst @@ -17,4 +17,4 @@ Intrinsic Modules intrinsic-modules/isofortranenv intrinsic-modules/isocbinding intrinsic-modules/ieee-modules-ieeeexceptions-ieeearithmetic-and-ieeefeatures - intrinsic-modules/openmp-modules-omplib-and-omplibkinds + intrinsic-modules/openmp-modules-omplib-and-omplibkinds
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-modules/ieee-modules-ieeeexceptions-ieeearithmetic-and-ieeefeatures.rst b/gcc/fortran/doc/gfortran/intrinsic-modules/ieee-modules-ieeeexceptions-ieeearithmetic-and-ieeefeatures.rst index 5bf4aae..4bdf249 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-modules/ieee-modules-ieeeexceptions-ieeearithmetic-and-ieeefeatures.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-modules/ieee-modules-ieeeexceptions-ieeearithmetic-and-ieeefeatures.rst @@ -26,4 +26,4 @@ IEEE modules: IEEE_EXCEPTIONS, IEEE_ARITHMETIC, and IEEE_FEATURES For full compliance with the Fortran standards, code using the ``IEEE_EXCEPTIONS`` or ``IEEE_ARITHMETIC`` modules should be compiled with the following options: ``-fno-unsafe-math-optimizations --frounding-math -fsignaling-nans``. +-frounding-math -fsignaling-nans``.
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-modules/isocbinding.rst b/gcc/fortran/doc/gfortran/intrinsic-modules/isocbinding.rst index 8bd3621..3750eda 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-modules/isocbinding.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-modules/isocbinding.rst @@ -224,4 +224,4 @@ Moreover, the following two named constants are defined: * - ``C_NULL_FUNPTR`` - ``C_FUNPTR`` -Both are equivalent to the value ``NULL`` in C. +Both are equivalent to the value ``NULL`` in C.
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-modules/isofortranenv.rst b/gcc/fortran/doc/gfortran/intrinsic-modules/isofortranenv.rst index e9c9d69..a03e1eb 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-modules/isofortranenv.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-modules/isofortranenv.rst @@ -113,4 +113,4 @@ ISO_FORTRAN_ENV (Fortran 2008 or later.) The module also provides the following intrinsic procedures: - :ref:`COMPILER_OPTIONS` and :ref:`COMPILER_VERSION`. + :ref:`COMPILER_OPTIONS` and :ref:`COMPILER_VERSION`.
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-modules/openacc-module-openacc.rst b/gcc/fortran/doc/gfortran/intrinsic-modules/openacc-module-openacc.rst index d593e92..56a5d37 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-modules/openacc-module-openacc.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-modules/openacc-module-openacc.rst @@ -24,4 +24,4 @@ For details refer to the actual ``OPENACC`` provides the scalar default-integer named constant ``openacc_version`` with a value of the form :samp:`{yyyymm}`, where ``yyyy`` is the year and :samp:`{mm}` the month -of the OpenACC version; for OpenACC v2.6 the value is ``201711``. +of the OpenACC version; for OpenACC v2.6 the value is ``201711``.
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-modules/openmp-modules-omplib-and-omplibkinds.rst b/gcc/fortran/doc/gfortran/intrinsic-modules/openmp-modules-omplib-and-omplibkinds.rst index 572f001..56951f3 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-modules/openmp-modules-omplib-and-omplibkinds.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-modules/openmp-modules-omplib-and-omplibkinds.rst @@ -158,4 +158,4 @@ The following scalar integer named constants are of the kind omp_large_cap_mem_space omp_const_mem_space omp_high_bw_mem_space - omp_low_lat_mem_space + omp_low_lat_mem_space
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures.rst index f74dd4d..cf1b0c9 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures.rst @@ -296,4 +296,4 @@ Intrinsic Procedures intrinsic-procedures/unlink intrinsic-procedures/unpack intrinsic-procedures/verify - intrinsic-procedures/xor + intrinsic-procedures/xor
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/abort.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/abort.rst index a4b3571..9ac38fa 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/abort.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/abort.rst @@ -41,4 +41,4 @@ ABORT --- Abort the program See also: :ref:`EXIT`, :ref:`KILL`, - :ref:`BACKTRACE` + :ref:`BACKTRACE`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/abs.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/abs.rst index 7ae5b6b..ecc7495 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/abs.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/abs.rst @@ -114,4 +114,4 @@ ABS --- Absolute value * - ``CDABS(A)`` - ``COMPLEX(8) A`` - ``REAL(8)`` - - GNU extension + - GNU extension
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/access.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/access.rst index ef42631..8293133 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/access.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/access.rst @@ -58,4 +58,4 @@ ACCESS --- Checks file access modes if(access(file,'x') == 0) print *, trim(file),' is executable' if(access(file2,'rwx') == 0) & print *, trim(file2),' is readable, writable and executable' - end program access_test + end program access_test
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/achar.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/achar.rst index 6bdf6a7..81df133 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/achar.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/achar.rst @@ -53,4 +53,4 @@ ACHAR --- Character in ASCII collating sequence See also: :ref:`CHAR`, :ref:`IACHAR`, - :ref:`ICHAR` + :ref:`ICHAR`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/acos.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/acos.rst index 6696a8b..f744aaf 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/acos.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/acos.rst @@ -70,4 +70,4 @@ ACOS --- Arccosine function Inverse function: :ref:`COS` Degrees function: - :ref:`ACOSD` + :ref:`ACOSD`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/acosd.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/acosd.rst index a5ba2c2..676b7a4 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/acosd.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/acosd.rst @@ -71,4 +71,4 @@ ACOSD --- Arccosine function, degrees Inverse function: :ref:`COSD` Radians function: - :ref:`ACOS` + :ref:`ACOS`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/acosh.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/acosh.rst index 1435c6c..b2012d1 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/acosh.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/acosh.rst @@ -67,4 +67,4 @@ ACOSH --- Inverse hyperbolic cosine function See also: Inverse function: - :ref:`COSH` + :ref:`COSH`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/adjustl.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/adjustl.rst index 47e9715..233516a 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/adjustl.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/adjustl.rst @@ -45,4 +45,4 @@ ADJUSTL --- Left adjust a string See also: :ref:`ADJUSTR`, - :ref:`TRIM` + :ref:`TRIM`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/adjustr.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/adjustr.rst index 9459ef9..fac4b0c 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/adjustr.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/adjustr.rst @@ -45,4 +45,4 @@ ADJUSTR --- Right adjust a string See also: :ref:`ADJUSTL`, - :ref:`TRIM` + :ref:`TRIM`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/aimag.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/aimag.rst index df8d9cb..cf51185 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/aimag.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/aimag.rst @@ -78,4 +78,4 @@ AIMAG --- Imaginary part of complex number * - ``IMAGPART(Z)`` - ``COMPLEX Z`` - ``REAL`` - - GNU extension + - GNU extension
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/alarm.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/alarm.rst index cdf7981..3670966 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/alarm.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/alarm.rst @@ -56,4 +56,4 @@ ALARM --- Execute a routine after a given delay end program test_alarm This will cause the external routine :samp:`{handler_print}` to be called - after 3 seconds. + after 3 seconds.
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/all.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/all.rst index c5ab42a..a023168 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/all.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/all.rst @@ -58,4 +58,4 @@ ALL --- All values in MASK along DIM are true print *, all(a .eq. b, 1) print *, all(a .eq. b, 2) end subroutine section - end program test_all + end program test_all
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/allocated.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/allocated.rst index 3c4bfdb..eed0f76 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/allocated.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/allocated.rst @@ -46,4 +46,4 @@ ALLOCATED --- Status of an allocatable entity integer :: i = 4 real(4), allocatable :: x(:) if (.not. allocated(x)) allocate(x(i)) - end program test_allocated + end program test_allocated
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/and.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/and.rst index cd11733..66a8d25 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/and.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/and.rst @@ -57,4 +57,4 @@ AND --- Bitwise logical AND See also: Fortran 95 elemental function: - :ref:`IAND` + :ref:`IAND`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/any.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/any.rst index 574a68f..1a2ba10 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/any.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/any.rst @@ -58,4 +58,4 @@ ANY --- Any value in MASK along DIM is true print *, any(a .eq. b, 1) print *, any(a .eq. b, 2) end subroutine section - end program test_any + end program test_any
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/asin.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/asin.rst index 44925bf..0b6c419 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/asin.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/asin.rst @@ -70,4 +70,4 @@ ASIN --- Arcsine function Inverse function: :ref:`SIN` Degrees function: - :ref:`ASIND` + :ref:`ASIND`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/asind.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/asind.rst index 09cf64a..407542b 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/asind.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/asind.rst @@ -71,4 +71,4 @@ ASIND --- Arcsine function, degrees Inverse function: :ref:`SIND` Radians function: - :ref:`ASIN` + :ref:`ASIN`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/asinh.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/asinh.rst index 34454dd..08902e8 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/asinh.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/asinh.rst @@ -67,4 +67,4 @@ ASINH --- Inverse hyperbolic sine function See also: Inverse function: - :ref:`SINH` + :ref:`SINH`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/associated.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/associated.rst index ba99c3d..5988c21 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/associated.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/associated.rst @@ -71,4 +71,4 @@ ASSOCIATED --- Status of a pointer or pointer/target pair end program test_associated See also: - :ref:`NULL` + :ref:`NULL`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/atan.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/atan.rst index 23d5708..ae36dda 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/atan.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/atan.rst @@ -77,4 +77,4 @@ ATAN --- Arctangent function Inverse function: :ref:`TAN` Degrees function: - :ref:`ATAND` + :ref:`ATAND`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/atan2.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/atan2.rst index d947862..0f61a79 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/atan2.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/atan2.rst @@ -82,4 +82,4 @@ ATAN2 --- Arctangent function Alias: :ref:`ATAN` Degrees function: - :ref:`ATAN2D` + :ref:`ATAN2D`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/atan2d.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/atan2d.rst index 03c77a2..1aed24a 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/atan2d.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/atan2d.rst @@ -82,4 +82,4 @@ ATAN2D --- Arctangent function, degrees Alias: :ref:`ATAND` Radians function: - :ref:`ATAN2` + :ref:`ATAN2`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/atand.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/atand.rst index 1ad299c..f070cfc 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/atand.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/atand.rst @@ -77,4 +77,4 @@ ATAND --- Arctangent function, degrees Inverse function: :ref:`TAND` Radians function: - :ref:`ATAN` + :ref:`ATAN`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/atanh.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/atanh.rst index d272e7f..7d6f157 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/atanh.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/atanh.rst @@ -67,4 +67,4 @@ ATANH --- Inverse hyperbolic tangent function See also: Inverse function: - :ref:`TANH` + :ref:`TANH`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/atomicadd.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/atomicadd.rst index 37e8506..3b1195e 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/atomicadd.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/atomicadd.rst @@ -57,4 +57,4 @@ ATOMIC_ADD --- Atomic ADD operation :ref:`ISO_FORTRAN_ENV`, :ref:`ATOMIC_AND`, :ref:`ATOMIC_OR`, - :ref:`ATOMIC_XOR` + :ref:`ATOMIC_XOR`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/atomicand.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/atomicand.rst index f9f51e3..fd503c8 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/atomicand.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/atomicand.rst @@ -57,4 +57,4 @@ ATOMIC_AND --- Atomic bitwise AND operation :ref:`ISO_FORTRAN_ENV`, :ref:`ATOMIC_ADD`, :ref:`ATOMIC_OR`, - :ref:`ATOMIC_XOR` + :ref:`ATOMIC_XOR`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/atomiccas.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/atomiccas.rst index f665124..a26e134 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/atomiccas.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/atomiccas.rst @@ -64,4 +64,4 @@ ATOMIC_CAS --- Atomic compare and swap See also: :ref:`ATOMIC_DEFINE`, :ref:`ATOMIC_REF`, - :ref:`ISO_FORTRAN_ENV` + :ref:`ISO_FORTRAN_ENV`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/atomicdefine.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/atomicdefine.rst index e38c510..4366028 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/atomicdefine.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/atomicdefine.rst @@ -59,4 +59,4 @@ ATOMIC_DEFINE --- Setting a variable atomically :ref:`ATOMIC_ADD`, :ref:`ATOMIC_AND`, :ref:`ATOMIC_OR`, - :ref:`ATOMIC_XOR` + :ref:`ATOMIC_XOR`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/atomicfetchadd.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/atomicfetchadd.rst index 7bfe699..a3b1059 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/atomicfetchadd.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/atomicfetchadd.rst @@ -62,4 +62,4 @@ ATOMIC_FETCH_ADD --- Atomic ADD operation with prior fetch :ref:`ISO_FORTRAN_ENV`, :ref:`ATOMIC_FETCH_AND`, :ref:`ATOMIC_FETCH_OR`, - :ref:`ATOMIC_FETCH_XOR` + :ref:`ATOMIC_FETCH_XOR`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/atomicfetchand.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/atomicfetchand.rst index c59eff1..379a767 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/atomicfetchand.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/atomicfetchand.rst @@ -61,4 +61,4 @@ ATOMIC_FETCH_AND --- Atomic bitwise AND operation with prior fetch :ref:`ISO_FORTRAN_ENV`, :ref:`ATOMIC_FETCH_ADD`, :ref:`ATOMIC_FETCH_OR`, - :ref:`ATOMIC_FETCH_XOR` + :ref:`ATOMIC_FETCH_XOR`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/atomicfetchor.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/atomicfetchor.rst index 39d8563..5dd5391 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/atomicfetchor.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/atomicfetchor.rst @@ -61,4 +61,4 @@ ATOMIC_FETCH_OR --- Atomic bitwise OR operation with prior fetch :ref:`ISO_FORTRAN_ENV`, :ref:`ATOMIC_FETCH_ADD`, :ref:`ATOMIC_FETCH_AND`, - :ref:`ATOMIC_FETCH_XOR` + :ref:`ATOMIC_FETCH_XOR`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/atomicfetchxor.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/atomicfetchxor.rst index 0547db08..4f5a4c2 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/atomicfetchxor.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/atomicfetchxor.rst @@ -61,4 +61,4 @@ ATOMIC_FETCH_XOR --- Atomic bitwise XOR operation with prior fetch :ref:`ISO_FORTRAN_ENV`, :ref:`ATOMIC_FETCH_ADD`, :ref:`ATOMIC_FETCH_AND`, - :ref:`ATOMIC_FETCH_OR` + :ref:`ATOMIC_FETCH_OR`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/atomicor.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/atomicor.rst index c1cc224..ed5ae9c 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/atomicor.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/atomicor.rst @@ -57,4 +57,4 @@ ATOMIC_OR --- Atomic bitwise OR operation :ref:`ISO_FORTRAN_ENV`, :ref:`ATOMIC_ADD`, :ref:`ATOMIC_OR`, - :ref:`ATOMIC_XOR` + :ref:`ATOMIC_XOR`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/atomicref.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/atomicref.rst index d08e538..2bbae37 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/atomicref.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/atomicref.rst @@ -65,4 +65,4 @@ ATOMIC_REF --- Obtaining the value of a variable atomically :ref:`ATOMIC_FETCH_ADD`, :ref:`ATOMIC_FETCH_AND`, :ref:`ATOMIC_FETCH_OR`, - :ref:`ATOMIC_FETCH_XOR` + :ref:`ATOMIC_FETCH_XOR`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/atomicxor.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/atomicxor.rst index c23e922..7e4a38b 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/atomicxor.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/atomicxor.rst @@ -57,4 +57,4 @@ ATOMIC_XOR --- Atomic bitwise OR operation :ref:`ISO_FORTRAN_ENV`, :ref:`ATOMIC_ADD`, :ref:`ATOMIC_OR`, - :ref:`ATOMIC_XOR` + :ref:`ATOMIC_XOR`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/backtrace.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/backtrace.rst index 168c32b..04b0854 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/backtrace.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/backtrace.rst @@ -31,4 +31,4 @@ BACKTRACE --- Show a backtrace None See also: - :ref:`ABORT` + :ref:`ABORT`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/besselj0.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/besselj0.rst index 564280c..5317b76 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/besselj0.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/besselj0.rst @@ -61,4 +61,4 @@ BESSEL_J0 --- Bessel function of the first kind of order 0 * - ``DBESJ0(X)`` - ``REAL(8) X`` - ``REAL(8)`` - - GNU extension + - GNU extension
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/besselj1.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/besselj1.rst index b97aa7d..973c387 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/besselj1.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/besselj1.rst @@ -61,4 +61,4 @@ BESSEL_J1 --- Bessel function of the first kind of order 1 * - ``DBESJ1(X)`` - ``REAL(8) X`` - ``REAL(8)`` - - GNU extension + - GNU extension
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/besseljn.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/besseljn.rst index da8a06e..75efb2b 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/besseljn.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/besseljn.rst @@ -82,4 +82,4 @@ BESSEL_JN --- Bessel function of the first kind * - - ``REAL(8) X`` - - - + -
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/bessely0.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/bessely0.rst index a6aea18..455ba64 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/bessely0.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/bessely0.rst @@ -59,4 +59,4 @@ BESSEL_Y0 --- Bessel function of the second kind of order 0 * - ``DBESY0(X)`` - ``REAL(8) X`` - ``REAL(8)`` - - GNU extension + - GNU extension
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/bessely1.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/bessely1.rst index a6f7660..e1f26af 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/bessely1.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/bessely1.rst @@ -59,4 +59,4 @@ BESSEL_Y1 --- Bessel function of the second kind of order 1 * - ``DBESY1(X)`` - ``REAL(8) X`` - ``REAL(8)`` - - GNU extension + - GNU extension
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/besselyn.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/besselyn.rst index 86b2c15..2a0556e 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/besselyn.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/besselyn.rst @@ -82,4 +82,4 @@ BESSEL_YN --- Bessel function of the second kind * - - ``REAL(8) X`` - - - + -
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/bge.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/bge.rst index 3bcd246..0b53692 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/bge.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/bge.rst @@ -39,4 +39,4 @@ BGE --- Bitwise greater than or equal to See also: :ref:`BGT`, :ref:`BLE`, - :ref:`BLT` + :ref:`BLT`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/bgt.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/bgt.rst index 9b38a7e..b033ef5 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/bgt.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/bgt.rst @@ -38,4 +38,4 @@ BGT --- Bitwise greater than See also: :ref:`BGE`, :ref:`BLE`, - :ref:`BLT` + :ref:`BLT`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/bitsize.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/bitsize.rst index f0ac99d..2aac37c 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/bitsize.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/bitsize.rst @@ -41,4 +41,4 @@ BIT_SIZE --- Bit size inquiry function integer :: size size = bit_size(i) print *, size - end program test_bit_size + end program test_bit_size
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/ble.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/ble.rst index 231873e..5144446 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/ble.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/ble.rst @@ -39,4 +39,4 @@ BLE --- Bitwise less than or equal to See also: :ref:`BGT`, :ref:`BGE`, - :ref:`BLT` + :ref:`BLT`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/blt.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/blt.rst index b67bf11..225f63f 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/blt.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/blt.rst @@ -38,4 +38,4 @@ BLT --- Bitwise less than See also: :ref:`BGE`, :ref:`BGT`, - :ref:`BLE` + :ref:`BLE`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/btest.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/btest.rst index 62ce790..c0f9c91 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/btest.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/btest.rst @@ -86,4 +86,4 @@ BTEST --- Bit test function * - ``BKTEST(I,POS)`` - ``INTEGER(8) I,POS`` - ``LOGICAL(8)`` - - GNU extension + - GNU extension
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/cassociated.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/cassociated.rst index a2cf0fc..a42c04d 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/cassociated.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/cassociated.rst @@ -51,4 +51,4 @@ C_ASSOCIATED --- Status of a C pointer See also: :ref:`C_LOC`, - :ref:`C_FUNLOC` + :ref:`C_FUNLOC`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/ceiling.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/ceiling.rst index 1ee4b18..de9e211 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/ceiling.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/ceiling.rst @@ -48,4 +48,4 @@ CEILING --- Integer ceiling function See also: :ref:`FLOOR`, - :ref:`NINT` + :ref:`NINT`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/cfpointer.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/cfpointer.rst index 8c3230c..2d60e2c 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/cfpointer.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/cfpointer.rst @@ -60,4 +60,4 @@ C_F_POINTER --- Convert C into Fortran pointer See also: :ref:`C_LOC`, - :ref:`C_F_PROCPOINTER` + :ref:`C_F_PROCPOINTER`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/cfprocpointer.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/cfprocpointer.rst index 18c5035..2dedd69 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/cfprocpointer.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/cfprocpointer.rst @@ -61,4 +61,4 @@ C_F_PROCPOINTER --- Convert C into Fortran procedure pointer See also: :ref:`C_LOC`, - :ref:`C_F_POINTER` + :ref:`C_F_POINTER`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/cfunloc.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/cfunloc.rst index 608c0a6..19c8c19 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/cfunloc.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/cfunloc.rst @@ -61,4 +61,4 @@ C_FUNLOC --- Obtain the C address of a procedure :ref:`C_ASSOCIATED`, :ref:`C_LOC`, :ref:`C_F_POINTER`, - :ref:`C_F_PROCPOINTER` + :ref:`C_F_PROCPOINTER`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/chdir.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/chdir.rst index b167cfa..45126df 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/chdir.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/chdir.rst @@ -48,4 +48,4 @@ CHDIR --- Change working directory END PROGRAM See also: - :ref:`GETCWD` + :ref:`GETCWD`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/chmod.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/chmod.rst index 8d8011c..890b4ff 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/chmod.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/chmod.rst @@ -67,4 +67,4 @@ CHMOD --- Change access permissions of files integer :: status status = chmod('test.dat','u+x') print *, 'Status: ', status - end program chmod_test + end program chmod_test
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/cloc.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/cloc.rst index 33faf59..8261e4d 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/cloc.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/cloc.rst @@ -48,4 +48,4 @@ C_LOC --- Obtain the C address of an object :ref:`C_ASSOCIATED`, :ref:`C_FUNLOC`, :ref:`C_F_POINTER`, - :ref:`C_F_PROCPOINTER` + :ref:`C_F_PROCPOINTER`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/cmplx.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/cmplx.rst index 26cfd5f..790c9d0 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/cmplx.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/cmplx.rst @@ -58,4 +58,4 @@ CMPLX --- Complex conversion function end program test_cmplx See also: - :ref:`COMPLEX` + :ref:`COMPLEX`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/cobroadcast.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/cobroadcast.rst index 49c03a8..65a2e1e 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/cobroadcast.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/cobroadcast.rst @@ -62,4 +62,4 @@ CO_BROADCAST --- Copy a value to all images the current set of images :ref:`CO_MAX`, :ref:`CO_MIN`, :ref:`CO_SUM`, - :ref:`CO_REDUCE` + :ref:`CO_REDUCE`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/comax.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/comax.rst index b9925d5..d8f1be6 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/comax.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/comax.rst @@ -63,4 +63,4 @@ CO_MAX --- Maximal value on the current set of images :ref:`CO_MIN`, :ref:`CO_SUM`, :ref:`CO_REDUCE`, - :ref:`CO_BROADCAST` + :ref:`CO_BROADCAST`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/comin.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/comin.rst index 2b4238e..4bf2739 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/comin.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/comin.rst @@ -63,4 +63,4 @@ CO_MIN --- Minimal value on the current set of images :ref:`CO_MAX`, :ref:`CO_SUM`, :ref:`CO_REDUCE`, - :ref:`CO_BROADCAST` + :ref:`CO_BROADCAST`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/commandargumentcount.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/commandargumentcount.rst index 1517197..2d344b7 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/commandargumentcount.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/commandargumentcount.rst @@ -40,4 +40,4 @@ COMMAND_ARGUMENT_COUNT --- Get number of command line arguments See also: :ref:`GET_COMMAND`, - :ref:`GET_COMMAND_ARGUMENT` + :ref:`GET_COMMAND_ARGUMENT`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/compileroptions.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/compileroptions.rst index 67de0ae..81552e1 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/compileroptions.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/compileroptions.rst @@ -45,4 +45,4 @@ COMPILER_OPTIONS --- Options passed to the compiler See also: :ref:`COMPILER_VERSION`, - :ref:`ISO_FORTRAN_ENV` + :ref:`ISO_FORTRAN_ENV`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/compilerversion.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/compilerversion.rst index b3387c6..526d272 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/compilerversion.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/compilerversion.rst @@ -44,4 +44,4 @@ COMPILER_VERSION --- Compiler version string See also: :ref:`COMPILER_OPTIONS`, - :ref:`ISO_FORTRAN_ENV` + :ref:`ISO_FORTRAN_ENV`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/complex.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/complex.rst index dd29e63..dc5d547 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/complex.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/complex.rst @@ -47,4 +47,4 @@ COMPLEX --- Complex conversion function end program test_complex See also: - :ref:`CMPLX` + :ref:`CMPLX`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/conjg.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/conjg.rst index 0c3ad2c..80d3f7b 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/conjg.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/conjg.rst @@ -60,4 +60,4 @@ CONJG --- Complex conjugate function * - ``DCONJG(Z)`` - ``COMPLEX(8) Z`` - ``COMPLEX(8)`` - - GNU extension + - GNU extension
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/coreduce.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/coreduce.rst index 0a72750..cba765f 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/coreduce.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/coreduce.rst @@ -91,4 +91,4 @@ CO_REDUCE --- Reduction of values on the current set of images :ref:`CO_MIN`, :ref:`CO_MAX`, :ref:`CO_SUM`, - :ref:`CO_BROADCAST` + :ref:`CO_BROADCAST`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/cos.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/cos.rst index 334ce7a..de283c4 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/cos.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/cos.rst @@ -88,4 +88,4 @@ COS --- Cosine function Inverse function: :ref:`ACOS` Degrees function: - :ref:`COSD` + :ref:`COSD`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/cosd.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/cosd.rst index acfc166..fa54ab4 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/cosd.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/cosd.rst @@ -88,4 +88,4 @@ COSD --- Cosine function, degrees Inverse function: :ref:`ACOSD` Radians function: - :ref:`COS` + :ref:`COS`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/cosh.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/cosh.rst index 5e60f2f..cf421dd 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/cosh.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/cosh.rst @@ -70,4 +70,4 @@ COSH --- Hyperbolic cosine function See also: Inverse function: - :ref:`ACOSH` + :ref:`ACOSH`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/cosum.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/cosum.rst index 562f4f4..49d4cbd 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/cosum.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/cosum.rst @@ -64,4 +64,4 @@ CO_SUM --- Sum of values on the current set of images :ref:`CO_MAX`, :ref:`CO_MIN`, :ref:`CO_REDUCE`, - :ref:`CO_BROADCAST` + :ref:`CO_BROADCAST`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/cotan.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/cotan.rst index 1d2a04d..82abca8 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/cotan.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/cotan.rst @@ -68,4 +68,4 @@ COTAN --- Cotangent function Converse function: :ref:`TAN` Degrees function: - :ref:`COTAND` + :ref:`COTAND`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/cotand.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/cotand.rst index 88b5187..e101c52 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/cotand.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/cotand.rst @@ -71,4 +71,4 @@ COTAND --- Cotangent function, degrees Converse function: :ref:`TAND` Radians function: - :ref:`COTAN` + :ref:`COTAN`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/count.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/count.rst index 26b8d73..e0988f7 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/count.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/count.rst @@ -69,4 +69,4 @@ COUNT --- Count function print '(3i3)', count(mask, 1) print * print '(3i3)', count(mask, 2) - end program test_count + end program test_count
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/cputime.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/cputime.rst index 2ffbe8d..c10df47 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/cputime.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/cputime.rst @@ -46,4 +46,4 @@ CPU_TIME --- CPU elapsed time in seconds See also: :ref:`SYSTEM_CLOCK`, - :ref:`DATE_AND_TIME` + :ref:`DATE_AND_TIME`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/cshift.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/cshift.rst index ac7eaec..bc22279 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/cshift.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/cshift.rst @@ -58,4 +58,4 @@ CSHIFT --- Circular shift elements of an array print '(3i3)', a(1,:) print '(3i3)', a(2,:) print '(3i3)', a(3,:) - end program test_cshift + end program test_cshift
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/csizeof.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/csizeof.rst index 39e5faa..2cae1e8 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/csizeof.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/csizeof.rst @@ -52,4 +52,4 @@ C_SIZEOF --- Size in bytes of an expression See also: :ref:`SIZEOF`, - :ref:`STORAGE_SIZE` + :ref:`STORAGE_SIZE`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/ctime.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/ctime.rst index 9426597..1cfc97a 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/ctime.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/ctime.rst @@ -59,4 +59,4 @@ CTIME --- Convert a time into a string :ref:`GMTIME`, :ref:`LTIME`, :ref:`TIME`, - :ref:`TIME8` + :ref:`TIME8`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/dateandtime.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/dateandtime.rst index 320c8dd..42268b8 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/dateandtime.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/dateandtime.rst @@ -67,4 +67,4 @@ DATE_AND_TIME --- Date and time subroutine See also: :ref:`CPU_TIME`, - :ref:`SYSTEM_CLOCK` + :ref:`SYSTEM_CLOCK`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/dble.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/dble.rst index c04ebe3..60108a9 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/dble.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/dble.rst @@ -43,4 +43,4 @@ DBLE --- Double conversion function end program test_dble See also: - :ref:`REAL` + :ref:`REAL`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/dcmplx.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/dcmplx.rst index 2eb904b..358e937 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/dcmplx.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/dcmplx.rst @@ -51,4 +51,4 @@ DCMPLX --- Double complex conversion function print *, dcmplx(x) print *, dcmplx(z) print *, dcmplx(x,i) - end program test_dcmplx + end program test_dcmplx
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/digits.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/digits.rst index ada5a22..895a32c 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/digits.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/digits.rst @@ -43,4 +43,4 @@ DIGITS --- Significant binary digits function print *, digits(i) print *, digits(x) print *, digits(y) - end program test_digits + end program test_digits
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/dim.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/dim.rst index 9a72c37..7a5f2e4 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/dim.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/dim.rst @@ -75,4 +75,4 @@ DIM --- Positive difference * - ``DDIM(X,Y)`` - ``REAL(8) X, Y`` - ``REAL(8)`` - - Fortran 77 and later + - Fortran 77 and later
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/dotproduct.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/dotproduct.rst index 856f41c..396e221 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/dotproduct.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/dotproduct.rst @@ -54,4 +54,4 @@ DOT_PRODUCT --- Dot product function print '(3i3)', b print * print *, dot_product(a,b) - end program test_dot_prod + end program test_dot_prod
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/dprod.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/dprod.rst index 531a1b9..63dca09 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/dprod.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/dprod.rst @@ -59,4 +59,4 @@ DPROD --- Double product function * - ``DPROD(X,Y)`` - ``REAL(4) X, Y`` - ``REAL(8)`` - - Fortran 77 and later + - Fortran 77 and later
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/dreal.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/dreal.rst index ff9367e..f84da91 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/dreal.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/dreal.rst @@ -40,4 +40,4 @@ DREAL --- Double real part function end program test_dreal See also: - :ref:`AIMAG` + :ref:`AIMAG`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/dshiftl.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/dshiftl.rst index dae185a..24ab08e 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/dshiftl.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/dshiftl.rst @@ -49,4 +49,4 @@ DSHIFTL --- Combined left shift RESULT = DSHIFTL(I, J, SHIFT) See also: - :ref:`DSHIFTR` + :ref:`DSHIFTR`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/dshiftr.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/dshiftr.rst index 3a443c8..a4d4ec4 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/dshiftr.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/dshiftr.rst @@ -49,4 +49,4 @@ DSHIFTR --- Combined right shift RESULT = DSHIFTR(I, J, SHIFT) See also: - :ref:`DSHIFTL` + :ref:`DSHIFTL`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/dtime.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/dtime.rst index 052ba17..4f63d97 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/dtime.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/dtime.rst @@ -61,4 +61,4 @@ DTIME --- Execution time subroutine (or function) end program test_dtime See also: - :ref:`CPU_TIME` + :ref:`CPU_TIME`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/eoshift.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/eoshift.rst index b237512..93f1e5a 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/eoshift.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/eoshift.rst @@ -64,4 +64,4 @@ EOSHIFT --- End-off shift elements of an array print '(3i3)', a(1,:) print '(3i3)', a(2,:) print '(3i3)', a(3,:) - end program test_eoshift + end program test_eoshift
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/epsilon.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/epsilon.rst index 3f75b34..6ff2f2e 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/epsilon.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/epsilon.rst @@ -40,4 +40,4 @@ EPSILON --- Epsilon function real(8) :: y = 2.33 print *, EPSILON(x) print *, EPSILON(y) - end program test_epsilon + end program test_epsilon
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/erf.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/erf.rst index 2ad7490..9a1c6de 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/erf.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/erf.rst @@ -54,4 +54,4 @@ ERF --- Error function * - ``DERF(X)`` - ``REAL(8) X`` - ``REAL(8)`` - - GNU extension + - GNU extension
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/erfc.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/erfc.rst index a0f2680..d6ee377 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/erfc.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/erfc.rst @@ -54,4 +54,4 @@ ERFC --- Error function * - ``DERFC(X)`` - ``REAL(8) X`` - ``REAL(8)`` - - GNU extension + - GNU extension
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/erfcscaled.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/erfcscaled.rst index f701999..7842cb5 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/erfcscaled.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/erfcscaled.rst @@ -38,4 +38,4 @@ ERFC_SCALED --- Error function program test_erfc_scaled real(8) :: x = 0.17_8 x = erfc_scaled(x) - end program test_erfc_scaled + end program test_erfc_scaled
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/etime.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/etime.rst index 28d3ae6..63d7431 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/etime.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/etime.rst @@ -59,4 +59,4 @@ ETIME --- Execution time subroutine (or function) end program test_etime See also: - :ref:`CPU_TIME` + :ref:`CPU_TIME`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/eventquery.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/eventquery.rst index e5983da..f676ec0 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/eventquery.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/eventquery.rst @@ -54,4 +54,4 @@ EVENT_QUERY --- Query whether a coarray event has occurred elseif (this_image() == 2) then event post (event_value_has_been_set[1]) end if - end program atomic + end program atomic
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/executecommandline.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/executecommandline.rst index 4bdc781..cfb3dff 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/executecommandline.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/executecommandline.rst @@ -67,4 +67,4 @@ EXECUTE_COMMAND_LINE --- Execute a shell command terminated alongside. See also: - :ref:`SYSTEM` + :ref:`SYSTEM`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/exit.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/exit.rst index 884f35c..40ac4bd 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/exit.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/exit.rst @@ -44,4 +44,4 @@ EXIT --- Exit the program with status. See also: :ref:`ABORT`, - :ref:`KILL` + :ref:`KILL`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/exp.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/exp.rst index 4ba0c54..205ad27 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/exp.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/exp.rst @@ -80,4 +80,4 @@ EXP --- Exponential function * - ``CDEXP(X)`` - ``COMPLEX(8) X`` - ``COMPLEX(8)`` - - GNU extension + - GNU extension
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/exponent.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/exponent.rst index c61c7e7..83c7aa0 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/exponent.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/exponent.rst @@ -41,4 +41,4 @@ EXPONENT --- Exponent function i = exponent(x) print *, i print *, exponent(0.0) - end program test_exponent + end program test_exponent
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/extendstypeof.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/extendstypeof.rst index b74c4fb..1df242e 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/extendstypeof.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/extendstypeof.rst @@ -38,4 +38,4 @@ EXTENDS_TYPE_OF --- Query dynamic type for extension RESULT = EXTENDS_TYPE_OF(A, MOLD) See also: - :ref:`SAME_TYPE_AS` + :ref:`SAME_TYPE_AS`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/fdate.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/fdate.rst index 388bbef..1b780a5 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/fdate.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/fdate.rst @@ -54,4 +54,4 @@ FDATE --- Get the current time as a string See also: :ref:`DATE_AND_TIME`, - :ref:`CTIME` + :ref:`CTIME`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/fget.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/fget.rst index b413cad..e9ac9eb 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/fget.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/fget.rst @@ -57,4 +57,4 @@ FGET --- Read a single character in stream mode from stdin See also: :ref:`FGETC`, :ref:`FPUT`, - :ref:`FPUTC` + :ref:`FPUTC`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/fgetc.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/fgetc.rst index ac8b9d0..7677fdc 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/fgetc.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/fgetc.rst @@ -59,4 +59,4 @@ FGETC --- Read a single character in stream mode See also: :ref:`FGET`, :ref:`FPUT`, - :ref:`FPUTC` + :ref:`FPUTC`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/findloc.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/findloc.rst index dadedb4..7361872 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/findloc.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/findloc.rst @@ -75,4 +75,4 @@ FINDLOC --- Search an array for a value See also: :ref:`MAXLOC`, - :ref:`MINLOC` + :ref:`MINLOC`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/floor.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/floor.rst index a0a809e..7c7eaee 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/floor.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/floor.rst @@ -48,4 +48,4 @@ FLOOR --- Integer floor function See also: :ref:`CEILING`, - :ref:`NINT` + :ref:`NINT`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/flush.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/flush.rst index 4b03497..c761b35 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/flush.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/flush.rst @@ -69,4 +69,4 @@ FLUSH --- Flush I/O unit(s) ret = fsync(fnum(10)) ! Handle possible error - if (ret /= 0) stop "Error calling FSYNC" + if (ret /= 0) stop "Error calling FSYNC"
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/fnum.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/fnum.rst index b9d0446..b756f0a 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/fnum.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/fnum.rst @@ -41,4 +41,4 @@ FNUM --- File number function i = fnum(10) print *, i close (10) - end program test_fnum + end program test_fnum
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/fput.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/fput.rst index c18c6df..54d1e6c 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/fput.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/fput.rst @@ -51,4 +51,4 @@ FPUT --- Write a single character in stream mode to stdout See also: :ref:`FPUTC`, :ref:`FGET`, - :ref:`FGETC` + :ref:`FGETC`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/fputc.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/fputc.rst index bea9877..063c1a8 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/fputc.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/fputc.rst @@ -57,4 +57,4 @@ FPUTC --- Write a single character in stream mode See also: :ref:`FPUT`, :ref:`FGET`, - :ref:`FGETC` + :ref:`FGETC`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/fraction.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/fraction.rst index 6eabe12..4e25863 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/fraction.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/fraction.rst @@ -41,4 +41,4 @@ FRACTION --- Fractional part of the model representation real :: x x = 178.1387e-4 print *, fraction(x), x * radix(x)**(-exponent(x)) - end program test_fraction + end program test_fraction
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/free.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/free.rst index 14ff6e1..9bf7f9a 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/free.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/free.rst @@ -40,4 +40,4 @@ FREE --- Frees memory See ``MALLOC`` for an example. See also: - :ref:`MALLOC` + :ref:`MALLOC`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/fseek.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/fseek.rst index 6dd7c73..cddc4b8 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/fseek.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/fseek.rst @@ -69,4 +69,4 @@ FSEEK --- Low level file positioning subroutine END PROGRAM See also: - :ref:`FTELL` + :ref:`FTELL`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/fstat.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/fstat.rst index 5be85ce..dfd44f8 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/fstat.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/fstat.rst @@ -44,4 +44,4 @@ FSTAT --- Get file status To stat a link: :ref:`LSTAT` To stat a file: - :ref:`STAT` + :ref:`STAT`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/ftell.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/ftell.rst index b08f678..fcd0e26 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/ftell.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/ftell.rst @@ -47,4 +47,4 @@ FTELL --- Current stream position END PROGRAM See also: - :ref:`FSEEK` + :ref:`FSEEK`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/gamma.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/gamma.rst index b831746..5d58972 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/gamma.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/gamma.rst @@ -64,4 +64,4 @@ GAMMA --- Gamma function See also: Logarithm of the Gamma function: - :ref:`LOG_GAMMA` + :ref:`LOG_GAMMA`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/gerror.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/gerror.rst index dae6783..dedbef7 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/gerror.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/gerror.rst @@ -40,4 +40,4 @@ GERROR --- Get last system error message See also: :ref:`IERRNO`, - :ref:`PERROR` + :ref:`PERROR`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/getarg.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/getarg.rst index 1d67aa2..348c03a 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/getarg.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/getarg.rst @@ -61,4 +61,4 @@ GETARG --- Get command line arguments Fortran 2003 functions and subroutines: :ref:`GET_COMMAND`, :ref:`GET_COMMAND_ARGUMENT`, - :ref:`COMMAND_ARGUMENT_COUNT` + :ref:`COMMAND_ARGUMENT_COUNT`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/getcommand.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/getcommand.rst index a54119f..9c95999 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/getcommand.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/getcommand.rst @@ -55,4 +55,4 @@ GET_COMMAND --- Get the entire command line See also: :ref:`GET_COMMAND_ARGUMENT`, - :ref:`COMMAND_ARGUMENT_COUNT` + :ref:`COMMAND_ARGUMENT_COUNT`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/getcommandargument.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/getcommandargument.rst index 1234acb..57c7d56 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/getcommandargument.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/getcommandargument.rst @@ -73,4 +73,4 @@ GET_COMMAND_ARGUMENT --- Get command line arguments See also: :ref:`GET_COMMAND`, - :ref:`COMMAND_ARGUMENT_COUNT` + :ref:`COMMAND_ARGUMENT_COUNT`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/getcwd.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/getcwd.rst index eb33ef0..2c22602 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/getcwd.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/getcwd.rst @@ -43,4 +43,4 @@ GETCWD --- Get current working directory END PROGRAM See also: - :ref:`CHDIR` + :ref:`CHDIR`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/getenv.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/getenv.rst index 4297922..706d48a 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/getenv.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/getenv.rst @@ -46,4 +46,4 @@ GETENV --- Get an environmental variable END PROGRAM See also: - :ref:`GET_ENVIRONMENT_VARIABLE` + :ref:`GET_ENVIRONMENT_VARIABLE`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/getenvironmentvariable.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/getenvironmentvariable.rst index 3aaaeda..22fec7e 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/getenvironmentvariable.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/getenvironmentvariable.rst @@ -65,4 +65,4 @@ GET_ENVIRONMENT_VARIABLE --- Get an environmental variable CHARACTER(len=255) :: homedir CALL get_environment_variable("HOME", homedir) WRITE (*,*) TRIM(homedir) - END PROGRAM + END PROGRAM
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/getgid.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/getgid.rst index cd120cb..07fc8e4 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/getgid.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/getgid.rst @@ -34,4 +34,4 @@ GETGID --- Group ID function See also: :ref:`GETPID`, - :ref:`GETUID` + :ref:`GETUID`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/getlog.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/getlog.rst index 0faca31..888f8bb 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/getlog.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/getlog.rst @@ -44,4 +44,4 @@ GETLOG --- Get login name END PROGRAM See also: - :ref:`GETUID` + :ref:`GETUID`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/getpid.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/getpid.rst index 1c89392..a9a4d83 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/getpid.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/getpid.rst @@ -40,4 +40,4 @@ GETPID --- Process ID function See also: :ref:`GETGID`, - :ref:`GETUID` + :ref:`GETUID`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/getuid.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/getuid.rst index 929b177..ab37b3f 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/getuid.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/getuid.rst @@ -34,4 +34,4 @@ GETUID --- User ID function See also: :ref:`GETPID`, - :ref:`GETLOG` + :ref:`GETLOG`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/gmtime.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/gmtime.rst index 52ee1f1..35b24c4 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/gmtime.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/gmtime.rst @@ -44,4 +44,4 @@ GMTIME --- Convert time to GMT info :ref:`CTIME`, :ref:`LTIME`, :ref:`TIME`, - :ref:`TIME8` + :ref:`TIME8`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/hostnm.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/hostnm.rst index 097b19e..319f094 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/hostnm.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/hostnm.rst @@ -35,4 +35,4 @@ HOSTNM --- Get system host name .. code-block:: fortran CALL HOSTNM(C [, STATUS]) - STATUS = HOSTNM(NAME) + STATUS = HOSTNM(NAME)
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/huge.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/huge.rst index 56f0895..6f7fec8 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/huge.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/huge.rst @@ -38,4 +38,4 @@ HUGE --- Largest number of a kind program test_huge_tiny print *, huge(0), huge(0.0), huge(0.0d0) print *, tiny(0.0), tiny(0.0d0) - end program test_huge_tiny + end program test_huge_tiny
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/hypot.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/hypot.rst index ff8d042..f567cc1 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/hypot.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/hypot.rst @@ -42,4 +42,4 @@ HYPOT --- Euclidean distance function program test_hypot real(4) :: x = 1.e0_4, y = 0.5e0_4 x = hypot(x,y) - end program test_hypot + end program test_hypot
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/iachar.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/iachar.rst index df01e11..edc94e6 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/iachar.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/iachar.rst @@ -52,4 +52,4 @@ IACHAR --- Code in ASCII collating sequence See also: :ref:`ACHAR`, :ref:`CHAR`, - :ref:`ICHAR` + :ref:`ICHAR`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/iall.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/iall.rst index 7bbb7cd..2f6a41d 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/iall.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/iall.rst @@ -58,4 +58,4 @@ IALL --- Bitwise AND of array elements See also: :ref:`IANY`, :ref:`IPARITY`, - :ref:`IAND` + :ref:`IAND`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/iand.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/iand.rst index ae340e9..804ce5e 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/iand.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/iand.rst @@ -96,4 +96,4 @@ IAND --- Bitwise logical and :ref:`IBITS`, :ref:`IBSET`, :ref:`IBCLR`, - :ref:`NOT` + :ref:`NOT`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/iany.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/iany.rst index d500573..523b04e 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/iany.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/iany.rst @@ -58,4 +58,4 @@ IANY --- Bitwise OR of array elements See also: :ref:`IPARITY`, :ref:`IALL`, - :ref:`IOR` + :ref:`IOR`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/iargc.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/iargc.rst index a8b4c8f..6242b13 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/iargc.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/iargc.rst @@ -41,4 +41,4 @@ IARGC --- Get the number of command line arguments Fortran 2003 functions and subroutines: :ref:`GET_COMMAND`, :ref:`GET_COMMAND_ARGUMENT`, - :ref:`COMMAND_ARGUMENT_COUNT` + :ref:`COMMAND_ARGUMENT_COUNT`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/ibclr.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/ibclr.rst index da20613..44be678 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/ibclr.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/ibclr.rst @@ -84,4 +84,4 @@ IBCLR --- Clear bit :ref:`IAND`, :ref:`IOR`, :ref:`IEOR`, - :ref:`MVBITS` + :ref:`MVBITS`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/ibits.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/ibits.rst index e381b97..9c14634 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/ibits.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/ibits.rst @@ -90,4 +90,4 @@ IBITS --- Bit extraction :ref:`IBSET`, :ref:`IAND`, :ref:`IOR`, - :ref:`IEOR` + :ref:`IEOR`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/ibset.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/ibset.rst index 11a548d..502947f 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/ibset.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/ibset.rst @@ -82,4 +82,4 @@ IBSET --- Set bit :ref:`IAND`, :ref:`IOR`, :ref:`IEOR`, - :ref:`MVBITS` + :ref:`MVBITS`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/ichar.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/ichar.rst index 847854d..3ff689e 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/ichar.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/ichar.rst @@ -90,4 +90,4 @@ ICHAR --- Character-to-integer conversion function See also: :ref:`ACHAR`, :ref:`CHAR`, - :ref:`IACHAR` + :ref:`IACHAR`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/idate.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/idate.rst index 5c2e112..798e115 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/idate.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/idate.rst @@ -47,4 +47,4 @@ IDATE --- Get current local time subroutine (day/month/year) end program test_idate See also: - :ref:`DATE_AND_TIME` + :ref:`DATE_AND_TIME`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/ieor.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/ieor.rst index 604cd65..79d6a3d 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/ieor.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/ieor.rst @@ -88,4 +88,4 @@ IEOR --- Bitwise logical exclusive or :ref:`IBITS`, :ref:`IBSET`, :ref:`IBCLR`, - :ref:`NOT` + :ref:`NOT`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/ierrno.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/ierrno.rst index af1dd1c..fbeff17 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/ierrno.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/ierrno.rst @@ -34,4 +34,4 @@ IERRNO --- Get the last system error number None See also: - :ref:`PERROR` + :ref:`PERROR`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/imageindex.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/imageindex.rst index 6263132..7f28957 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/imageindex.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/imageindex.rst @@ -45,4 +45,4 @@ IMAGE_INDEX --- Function that converts a cosubscript to an image index See also: :ref:`THIS_IMAGE`, - :ref:`NUM_IMAGES` + :ref:`NUM_IMAGES`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/index.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/index.rst index 4ef9ead..969aa61 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/index.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/index.rst @@ -69,4 +69,4 @@ INDEX --- Position of a substring within a string See also: :ref:`SCAN`, - :ref:`VERIFY` + :ref:`VERIFY`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/int2.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/int2.rst index 2e360c3..e650dd1 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/int2.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/int2.rst @@ -36,4 +36,4 @@ INT2 --- Convert to 16-bit integer type See also: :ref:`INT`, - :ref:`INT8` + :ref:`INT8`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/int8.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/int8.rst index 7b425cc..cb061a5 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/int8.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/int8.rst @@ -36,4 +36,4 @@ INT8 --- Convert to 64-bit integer type See also: :ref:`INT`, - :ref:`INT2` + :ref:`INT2`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/introduction-to-intrinsic-procedures.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/introduction-to-intrinsic-procedures.rst index 83712d5..926e1b2 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/introduction-to-intrinsic-procedures.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/introduction-to-intrinsic-procedures.rst @@ -40,4 +40,4 @@ implemented both a function and a subroutine. Both classes have been implemented in :command:`gfortran` for backwards compatibility with :command:`g77`. It is noted here that these functions and subroutines cannot be intermixed in a given subprogram. In the descriptions that follow, -the applicable standard for each intrinsic procedure is noted. +the applicable standard for each intrinsic procedure is noted.
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/ior.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/ior.rst index cd00b96..f210688 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/ior.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/ior.rst @@ -88,4 +88,4 @@ IOR --- Bitwise logical or :ref:`IBITS`, :ref:`IBSET`, :ref:`IBCLR`, - :ref:`NOT` + :ref:`NOT`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/iparity.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/iparity.rst index 0855cdd..5abd4e1 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/iparity.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/iparity.rst @@ -59,4 +59,4 @@ IPARITY --- Bitwise XOR of array elements :ref:`IANY`, :ref:`IALL`, :ref:`IEOR`, - :ref:`PARITY` + :ref:`PARITY`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/irand.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/irand.rst index 09bda44..b7b0a69 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/irand.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/irand.rst @@ -45,4 +45,4 @@ IRAND --- Integer pseudo-random number call srand(seed) print *, irand(), irand(), irand(), irand() print *, irand(seed), irand(), irand(), irand() - end program test_irand + end program test_irand
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/isatty.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/isatty.rst index 3e8465c..6b0ef21 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/isatty.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/isatty.rst @@ -43,4 +43,4 @@ ISATTY --- Whether a unit is a terminal device END PROGRAM See also: - :ref:`TTYNAM` + :ref:`TTYNAM`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/iscontiguous.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/iscontiguous.rst index 08f0459..b7d84ee 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/iscontiguous.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/iscontiguous.rst @@ -49,4 +49,4 @@ IS_CONTIGUOUS --- Test whether an array is contiguous write (*,*) 'X is not contiguous' end if end subroutine sub - end program test + end program test
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/ishft.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/ishft.rst index ef1dc69..c5427f2 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/ishft.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/ishft.rst @@ -82,4 +82,4 @@ ISHFT --- Shift bits - GNU extension See also: - :ref:`ISHFTC` + :ref:`ISHFTC`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/ishftc.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/ishftc.rst index ceabef3..f3e1545 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/ishftc.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/ishftc.rst @@ -88,4 +88,4 @@ ISHFTC --- Shift bits circularly - GNU extension See also: - :ref:`ISHFT` + :ref:`ISHFT`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/isiostatend.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/isiostatend.rst index 19d4e7d..5efd232 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/isiostatend.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/isiostatend.rst @@ -45,4 +45,4 @@ IS_IOSTAT_END --- Test for end-of-file value OPEN(88, FILE='test.dat') READ(88, *, IOSTAT=stat) i IF(IS_IOSTAT_END(stat)) STOP 'END OF FILE' - END PROGRAM + END PROGRAM
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/isiostateor.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/isiostateor.rst index 4b67566..bafc67f 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/isiostateor.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/isiostateor.rst @@ -45,4 +45,4 @@ IS_IOSTAT_EOR --- Test for end-of-record value OPEN(88, FILE='test.dat', FORM='UNFORMATTED') READ(88, IOSTAT=stat) i IF(IS_IOSTAT_EOR(stat)) STOP 'END OF RECORD' - END PROGRAM + END PROGRAM
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/isnan.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/isnan.rst index 9bb4f7c..312e1db 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/isnan.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/isnan.rst @@ -42,4 +42,4 @@ ISNAN --- Test for a NaN x = -1.0 x = sqrt(x) if (isnan(x)) stop '"x" is a NaN' - end program test_nan + end program test_nan
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/itime.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/itime.rst index 9ff4d35b..4fb25b2 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/itime.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/itime.rst @@ -47,4 +47,4 @@ ITIME --- Get current local time subroutine (hour/minutes/seconds) end program test_itime See also: - :ref:`DATE_AND_TIME` + :ref:`DATE_AND_TIME`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/kill.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/kill.rst index 83b54fc..9ffa4ca 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/kill.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/kill.rst @@ -48,4 +48,4 @@ KILL --- Send a signal to a process See also: :ref:`ABORT`, - :ref:`EXIT` + :ref:`EXIT`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/kind.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/kind.rst index 849c9c9..594ce10 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/kind.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/kind.rst @@ -43,4 +43,4 @@ KIND --- Kind of an entity print *, "The default character kind is ", kc print *, "The default logical kind is ", kl - end program test_kind + end program test_kind
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/lbound.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/lbound.rst index 9da8815..d07e972 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/lbound.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/lbound.rst @@ -48,4 +48,4 @@ LBOUND --- Lower dimension bounds of an array See also: :ref:`UBOUND`, - :ref:`LCOBOUND` + :ref:`LCOBOUND`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/lcobound.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/lcobound.rst index a00b2f8..eb99816 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/lcobound.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/lcobound.rst @@ -45,4 +45,4 @@ LCOBOUND --- Lower codimension bounds of an array See also: :ref:`UCOBOUND`, - :ref:`LBOUND` + :ref:`LBOUND`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/leadz.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/leadz.rst index 287f1ef..327cf89 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/leadz.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/leadz.rst @@ -44,4 +44,4 @@ LEADZ --- Number of leading zero bits of an integer :ref:`BIT_SIZE`, :ref:`TRAILZ`, :ref:`POPCNT`, - :ref:`POPPAR` + :ref:`POPPAR`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/len.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/len.rst index 966ff55..433659c 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/len.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/len.rst @@ -59,4 +59,4 @@ LEN --- Length of a character entity See also: :ref:`LEN_TRIM`, :ref:`ADJUSTL`, - :ref:`ADJUSTR` + :ref:`ADJUSTR`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/lentrim.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/lentrim.rst index e9571aa..51c8e3a 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/lentrim.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/lentrim.rst @@ -40,4 +40,4 @@ LEN_TRIM --- Length of a character entity without trailing blank characters See also: :ref:`LEN`, :ref:`ADJUSTL`, - :ref:`ADJUSTR` + :ref:`ADJUSTR`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/lge.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/lge.rst index 6ffb4a7..f56ae88 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/lge.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/lge.rst @@ -60,4 +60,4 @@ LGE --- Lexical greater than or equal See also: :ref:`LGT`, :ref:`LLE`, - :ref:`LLT` + :ref:`LLT`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/lgt.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/lgt.rst index 0654ee5..06d70c7 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/lgt.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/lgt.rst @@ -60,4 +60,4 @@ LGT --- Lexical greater than See also: :ref:`LGE`, :ref:`LLE`, - :ref:`LLT` + :ref:`LLT`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/link.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/link.rst index 5f5f08d..e24cf2e 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/link.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/link.rst @@ -42,4 +42,4 @@ LINK --- Create a hard link See also: :ref:`SYMLNK`, - :ref:`UNLINK` + :ref:`UNLINK`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/lle.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/lle.rst index 9edce0f..f256bcc 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/lle.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/lle.rst @@ -60,4 +60,4 @@ LLE --- Lexical less than or equal See also: :ref:`LGE`, :ref:`LGT`, - :ref:`LLT` + :ref:`LLT`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/llt.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/llt.rst index e2f567c..b7f1851 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/llt.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/llt.rst @@ -60,4 +60,4 @@ LLT --- Lexical less than See also: :ref:`LGE`, :ref:`LGT`, - :ref:`LLE` + :ref:`LLE`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/lnblnk.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/lnblnk.rst index cc7a50e..aff6838 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/lnblnk.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/lnblnk.rst @@ -36,4 +36,4 @@ LNBLNK --- Index of the last non-blank character in a string See also: :ref:`index-intrinsic`, - :ref:`LEN_TRIM` + :ref:`LEN_TRIM`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/loc.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/loc.rst index 6e308bc..f503a01 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/loc.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/loc.rst @@ -41,4 +41,4 @@ LOC --- Returns the address of a variable real :: r i = loc(r) print *, i - end program test_loc + end program test_loc
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/log.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/log.rst index b7bb67b..dd960ba 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/log.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/log.rst @@ -90,4 +90,4 @@ LOG --- Natural logarithm function * - ``CDLOG(X)`` - ``COMPLEX(8) X`` - ``COMPLEX(8)`` - - GNU extension + - GNU extension
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/log10.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/log10.rst index 80f8b7d..7529706 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/log10.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/log10.rst @@ -66,4 +66,4 @@ LOG10 --- Base 10 logarithm function * - ``DLOG10(X)`` - ``REAL(8) X`` - ``REAL(8)`` - - Fortran 77 and later + - Fortran 77 and later
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/loggamma.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/loggamma.rst index 1818975..e9952bd 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/loggamma.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/loggamma.rst @@ -73,4 +73,4 @@ LOG_GAMMA --- Logarithm of the Gamma function See also: Gamma function: - :ref:`GAMMA` + :ref:`GAMMA`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/logical.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/logical.rst index 7ebf525..fe3706f 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/logical.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/logical.rst @@ -40,4 +40,4 @@ LOGICAL --- Convert to logical type See also: :ref:`INT`, :ref:`REAL`, - :ref:`CMPLX` + :ref:`CMPLX`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/lshift.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/lshift.rst index b2cf601..031e3e1 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/lshift.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/lshift.rst @@ -45,4 +45,4 @@ LSHIFT --- Left shift bits :ref:`RSHIFT`, :ref:`SHIFTA`, :ref:`SHIFTL`, - :ref:`SHIFTR` + :ref:`SHIFTR`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/lstat.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/lstat.rst index 63ad504..0abd89d 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/lstat.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/lstat.rst @@ -46,4 +46,4 @@ LSTAT --- Get file status To stat an open file: :ref:`FSTAT` To stat a file: - :ref:`STAT` + :ref:`STAT`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/ltime.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/ltime.rst index 293f812..d09728e 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/ltime.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/ltime.rst @@ -43,4 +43,4 @@ LTIME --- Convert time to local time info :ref:`CTIME`, :ref:`GMTIME`, :ref:`TIME`, - :ref:`TIME8` + :ref:`TIME8`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/malloc.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/malloc.rst index 381d279..581ae06 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/malloc.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/malloc.rst @@ -63,4 +63,4 @@ MALLOC --- Allocate dynamic memory end program test_malloc See also: - :ref:`FREE` + :ref:`FREE`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/maskl.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/maskl.rst index 6b28cdc..0d0ea90 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/maskl.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/maskl.rst @@ -39,4 +39,4 @@ MASKL --- Left justified mask RESULT = MASKL(I[, KIND]) See also: - :ref:`MASKR` + :ref:`MASKR`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/maskr.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/maskr.rst index ae2b4f0..30f4e37 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/maskr.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/maskr.rst @@ -39,4 +39,4 @@ MASKR --- Right justified mask RESULT = MASKR(I[, KIND]) See also: - :ref:`MASKL` + :ref:`MASKL`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/matmul.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/matmul.rst index 83a1c8e..8188492 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/matmul.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/matmul.rst @@ -41,4 +41,4 @@ MATMUL --- matrix multiplication Syntax: .. code-block:: fortran - RESULT = MATMUL(MATRIX_A, MATRIX_B) + RESULT = MATMUL(MATRIX_A, MATRIX_B)
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/max.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/max.rst index 688e693..7c6179a 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/max.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/max.rst @@ -83,4 +83,4 @@ MAX --- Maximum value of an argument list See also: :ref:`MAXLOC` :ref:`MAXVAL`, - :ref:`MIN` + :ref:`MIN`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/maxexponent.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/maxexponent.rst index 4f73d13..8d42d60 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/maxexponent.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/maxexponent.rst @@ -42,4 +42,4 @@ MAXEXPONENT --- Maximum exponent of a real kind print *, minexponent(x), maxexponent(x) print *, minexponent(y), maxexponent(y) - end program exponents + end program exponents
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/maxloc.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/maxloc.rst index 74c317b..2e3d2ad 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/maxloc.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/maxloc.rst @@ -73,4 +73,4 @@ MAXLOC --- Location of the maximum value within an array See also: :ref:`FINDLOC`, :ref:`MAX`, - :ref:`MAXVAL` + :ref:`MAXVAL`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/maxval.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/maxval.rst index f5b4f0e..9b3dcc5 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/maxval.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/maxval.rst @@ -55,4 +55,4 @@ MAXVAL --- Maximum value of an array See also: :ref:`MAX`, - :ref:`MAXLOC` + :ref:`MAXLOC`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/mclock.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/mclock.rst index 1822245..3ac35fb 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/mclock.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/mclock.rst @@ -36,4 +36,4 @@ MCLOCK --- Time function :ref:`GMTIME`, :ref:`LTIME`, :ref:`MCLOCK`, - :ref:`TIME` + :ref:`TIME`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/mclock8.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/mclock8.rst index 379fb75..3524e52 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/mclock8.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/mclock8.rst @@ -36,4 +36,4 @@ MCLOCK8 --- Time function (64-bit) :ref:`GMTIME`, :ref:`LTIME`, :ref:`MCLOCK`, - :ref:`TIME8` + :ref:`TIME8`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/merge.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/merge.rst index 87402f0..556358a 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/merge.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/merge.rst @@ -38,4 +38,4 @@ MERGE --- Merge variables Syntax: .. code-block:: fortran - RESULT = MERGE(TSOURCE, FSOURCE, MASK) + RESULT = MERGE(TSOURCE, FSOURCE, MASK)
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/mergebits.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/mergebits.rst index 10364e6..80dd38b 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/mergebits.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/mergebits.rst @@ -41,4 +41,4 @@ MERGE_BITS --- Merge of bits under mask Syntax: .. code-block:: fortran - RESULT = MERGE_BITS(I, J, MASK) + RESULT = MERGE_BITS(I, J, MASK)
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/min.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/min.rst index 8fc6c68..aefd814 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/min.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/min.rst @@ -83,4 +83,4 @@ MIN --- Minimum value of an argument list See also: :ref:`MAX`, :ref:`MINLOC`, - :ref:`MINVAL` + :ref:`MINVAL`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/minexponent.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/minexponent.rst index 15da406..546a46b 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/minexponent.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/minexponent.rst @@ -34,4 +34,4 @@ MINEXPONENT --- Minimum exponent of a real kind RESULT = MINEXPONENT(X) Example: - See ``MAXEXPONENT`` for an example. + See ``MAXEXPONENT`` for an example.
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/minloc.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/minloc.rst index 84b9898..49496be 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/minloc.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/minloc.rst @@ -73,4 +73,4 @@ MINLOC --- Location of the minimum value within an array See also: :ref:`FINDLOC`, :ref:`MIN`, - :ref:`MINVAL` + :ref:`MINVAL`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/minval.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/minval.rst index aeaa962..55fd75d 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/minval.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/minval.rst @@ -55,4 +55,4 @@ MINVAL --- Minimum value of an array See also: :ref:`MIN`, - :ref:`MINLOC` + :ref:`MINLOC`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/mod.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/mod.rst index 2e674e9..35624ae 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/mod.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/mod.rst @@ -115,4 +115,4 @@ MOD --- Remainder function - GNU extension See also: - :ref:`MODULO` + :ref:`MODULO`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/modulo.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/modulo.rst index 79a2c24..82e2126 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/modulo.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/modulo.rst @@ -52,4 +52,4 @@ MODULO --- Modulo function end program See also: - :ref:`MOD` + :ref:`MOD`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/movealloc.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/movealloc.rst index 2a30203..8c39ad8 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/movealloc.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/movealloc.rst @@ -48,4 +48,4 @@ MOVE_ALLOC --- Move allocation from one object to another call move_alloc(a, b) print *, allocated(a), allocated(b) print *, b - end program test_move_alloc + end program test_move_alloc
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/mvbits.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/mvbits.rst index b60a197..a3b0121 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/mvbits.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/mvbits.rst @@ -92,4 +92,4 @@ MVBITS --- Move bits from one integer to another :ref:`IBITS`, :ref:`IAND`, :ref:`IOR`, - :ref:`IEOR` + :ref:`IEOR`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/nearest.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/nearest.rst index 2604c71..8c2292c 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/nearest.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/nearest.rst @@ -48,4 +48,4 @@ NEAREST --- Nearest representable number x = nearest(42.0, 1.0) y = nearest(42.0, -1.0) write (*,"(3(G20.15))") x, y, x - y - end program test_nearest + end program test_nearest
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/newline.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/newline.rst index f78462a..0c5a830 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/newline.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/newline.rst @@ -39,4 +39,4 @@ NEW_LINE --- New line character program newline implicit none write(*,'(A)') 'This is record 1.'//NEW_LINE('A')//'This is record 2.' - end program newline + end program newline
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/nint.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/nint.rst index 035beb0..8c4eb56 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/nint.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/nint.rst @@ -72,4 +72,4 @@ NINT --- Nearest whole number See also: :ref:`CEILING`, - :ref:`FLOOR` + :ref:`FLOOR`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/norm2.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/norm2.rst index 6618b1f..05bb491 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/norm2.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/norm2.rst @@ -43,4 +43,4 @@ NORM2 --- Euclidean vector norms PROGRAM test_sum REAL :: x(5) = [ real :: 1, 2, 3, 4, 5 ] print *, NORM2(x) ! = sqrt(55.) ~ 7.416 - END PROGRAM + END PROGRAM
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/not.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/not.rst index 5767032..841b19c 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/not.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/not.rst @@ -82,4 +82,4 @@ NOT --- Logical negation :ref:`IOR`, :ref:`IBITS`, :ref:`IBSET`, - :ref:`IBCLR` + :ref:`IBCLR`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/null.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/null.rst index 9a624bf..816887e 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/null.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/null.rst @@ -38,4 +38,4 @@ NULL --- Function that returns an disassociated pointer REAL, POINTER, DIMENSION(:) :: VEC => NULL () See also: - :ref:`ASSOCIATED` + :ref:`ASSOCIATED`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/numimages.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/numimages.rst index 9e453b3..bcb93e0 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/numimages.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/numimages.rst @@ -58,4 +58,4 @@ NUM_IMAGES --- Function that returns the number of images See also: :ref:`THIS_IMAGE`, - :ref:`IMAGE_INDEX` + :ref:`IMAGE_INDEX`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/or.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/or.rst index 0a7d060..2ca58a5 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/or.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/or.rst @@ -57,4 +57,4 @@ OR --- Bitwise logical OR See also: Fortran 95 elemental function: - :ref:`IOR` + :ref:`IOR`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/pack.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/pack.rst index d6ba349..183bb52 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/pack.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/pack.rst @@ -69,4 +69,4 @@ PACK --- Pack an array into an array of rank one END PROGRAM See also: - :ref:`UNPACK` + :ref:`UNPACK`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/parity.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/parity.rst index 3166920..6617c0f 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/parity.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/parity.rst @@ -43,4 +43,4 @@ PARITY --- Reduction with exclusive OR PROGRAM test_sum LOGICAL :: x(2) = [ .true., .false. ] print *, PARITY(x) ! prints "T" (true). - END PROGRAM + END PROGRAM
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/perror.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/perror.rst index 11d9f76..22e13e3 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/perror.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/perror.rst @@ -32,4 +32,4 @@ PERROR --- Print system error message CALL PERROR(STRING) See also: - :ref:`IERRNO` + :ref:`IERRNO`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/popcnt.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/popcnt.rst index 5ba4783..5e9d19b 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/popcnt.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/popcnt.rst @@ -45,4 +45,4 @@ POPCNT --- Number of bits set See also: :ref:`POPPAR`, :ref:`LEADZ`, - :ref:`TRAILZ` + :ref:`TRAILZ`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/poppar.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/poppar.rst index 39ab0ff..85f1641 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/poppar.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/poppar.rst @@ -47,4 +47,4 @@ POPPAR --- Parity of the number of bits set See also: :ref:`POPCNT`, :ref:`LEADZ`, - :ref:`TRAILZ` + :ref:`TRAILZ`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/precision.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/precision.rst index 006eba2..892786a 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/precision.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/precision.rst @@ -47,4 +47,4 @@ PRECISION --- Decimal precision of a real kind See also: :ref:`SELECTED_REAL_KIND`, - :ref:`RANGE` + :ref:`RANGE`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/present.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/present.rst index ca920cc..c2f8f34 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/present.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/present.rst @@ -44,4 +44,4 @@ PRESENT --- Determine whether an optional dummy argument is specified INTEGER, INTENT(IN), OPTIONAL :: x f = PRESENT(x) END FUNCTION - END PROGRAM + END PROGRAM
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/product.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/product.rst index 72fb760..81d59d6 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/product.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/product.rst @@ -53,4 +53,4 @@ PRODUCT --- Product of array elements END PROGRAM See also: - :ref:`SUM` + :ref:`SUM`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/radix.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/radix.rst index 42c5dc4..14379ce 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/radix.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/radix.rst @@ -41,4 +41,4 @@ RADIX --- Base of a model number end program test_radix See also: - :ref:`SELECTED_REAL_KIND` + :ref:`SELECTED_REAL_KIND`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/ran.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/ran.rst index 809c842..deee7b0 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/ran.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/ran.rst @@ -24,4 +24,4 @@ RAN --- Real pseudo-random number See also: :ref:`RAND`, - :ref:`RANDOM_NUMBER` + :ref:`RANDOM_NUMBER`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/rand.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/rand.rst index c75c670..c8fe878 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/rand.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/rand.rst @@ -48,4 +48,4 @@ RAND --- Real pseudo-random number See also: :ref:`SRAND`, - :ref:`RANDOM_NUMBER` + :ref:`RANDOM_NUMBER`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/randominit.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/randominit.rst index a12531a..7e1ffd5 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/randominit.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/randominit.rst @@ -59,4 +59,4 @@ RANDOM_INIT --- Initialize a pseudo-random number generator See also: :ref:`RANDOM_NUMBER`, - :ref:`RANDOM_SEED` + :ref:`RANDOM_SEED`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/randomnumber.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/randomnumber.rst index 2b13585..77935c9 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/randomnumber.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/randomnumber.rst @@ -39,4 +39,4 @@ RANDOM_NUMBER --- Pseudo-random number See also: :ref:`RANDOM_SEED`, - :ref:`RANDOM_INIT` + :ref:`RANDOM_INIT`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/randomseed.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/randomseed.rst index f306674..01b2b9f 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/randomseed.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/randomseed.rst @@ -59,4 +59,4 @@ RANDOM_SEED --- Initialize a pseudo-random number sequence See also: :ref:`RANDOM_NUMBER`, - :ref:`RANDOM_INIT` + :ref:`RANDOM_INIT`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/range.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/range.rst index 748a60c..1bfd6b9 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/range.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/range.rst @@ -39,4 +39,4 @@ RANGE --- Decimal exponent range See also: :ref:`SELECTED_REAL_KIND`, - :ref:`PRECISION` + :ref:`PRECISION`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/rank.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/rank.rst index 3efb871..4f4ab02 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/rank.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/rank.rst @@ -40,4 +40,4 @@ RANK --- Rank of a data object real, allocatable :: b(:,:) print *, rank(a), rank(b) ! Prints: 0 2 - end program test_rank + end program test_rank
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/rename.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/rename.rst index 390c16f..594cbd9 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/rename.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/rename.rst @@ -41,4 +41,4 @@ RENAME --- Rename a file STATUS = RENAME(PATH1, PATH2) See also: - :ref:`LINK` + :ref:`LINK`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/repeat.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/repeat.rst index cc83eb9..8fd52f6 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/repeat.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/repeat.rst @@ -40,4 +40,4 @@ REPEAT --- Repeated string concatenation program test_repeat write(*,*) repeat("x", 5) ! "xxxxx" - end program + end program
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/reshape.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/reshape.rst index cdfa947..de975fd 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/reshape.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/reshape.rst @@ -59,4 +59,4 @@ RESHAPE --- Function to reshape an array END PROGRAM See also: - :ref:`SHAPE` + :ref:`SHAPE`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/rrspacing.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/rrspacing.rst index 3e507d3..c287aaa 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/rrspacing.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/rrspacing.rst @@ -35,4 +35,4 @@ RRSPACING --- Reciprocal of the relative spacing RESULT = RRSPACING(X) See also: - :ref:`SPACING` + :ref:`SPACING`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/rshift.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/rshift.rst index ad56ced..34d0c6d 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/rshift.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/rshift.rst @@ -47,4 +47,4 @@ RSHIFT --- Right shift bits :ref:`LSHIFT`, :ref:`SHIFTA`, :ref:`SHIFTR`, - :ref:`SHIFTL` + :ref:`SHIFTL`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/sametypeas.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/sametypeas.rst index cddf2fa..9f19b37 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/sametypeas.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/sametypeas.rst @@ -38,4 +38,4 @@ SAME_TYPE_AS --- Query dynamic types for equality RESULT = SAME_TYPE_AS(A, B) See also: - :ref:`EXTENDS_TYPE_OF` + :ref:`EXTENDS_TYPE_OF`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/scale.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/scale.rst index 12adebb1..96ba1cf 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/scale.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/scale.rst @@ -42,4 +42,4 @@ SCALE --- Scale a real value real :: x = 178.1387e-4 integer :: i = 5 print *, scale(x,i), x*radix(x)**i - end program test_scale + end program test_scale
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/scan.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/scan.rst index 0446550..20d4a86 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/scan.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/scan.rst @@ -54,4 +54,4 @@ SCAN --- Scan a string for the presence of a set of characters See also: :ref:`index-intrinsic`, - :ref:`VERIFY` + :ref:`VERIFY`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/secnds.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/secnds.rst index b35d79a..984bef5 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/secnds.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/secnds.rst @@ -49,4 +49,4 @@ SECNDS --- Time function end do t2 = secnds (t1) ! elapsed time print *, "Something took ", t2, " seconds." - end program test_secnds + end program test_secnds
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/second.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/second.rst index d2306f8..6c30045 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/second.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/second.rst @@ -37,4 +37,4 @@ SECOND --- CPU time function TIME = SECOND() See also: - :ref:`CPU_TIME` + :ref:`CPU_TIME`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/selectedcharkind.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/selectedcharkind.rst index aeebf1c..f5321dd 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/selectedcharkind.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/selectedcharkind.rst @@ -53,4 +53,4 @@ SELECTED_CHAR_KIND --- Choose character kind open (output_unit, encoding='UTF-8') write (*,*) trim (hello_world) - end program character_kind + end program character_kind
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/selectedintkind.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/selectedintkind.rst index 33b0cf3..6e302d1 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/selectedintkind.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/selectedintkind.rst @@ -45,4 +45,4 @@ SELECTED_INT_KIND --- Choose integer kind ! The following inequalities are always true print *, huge(i5) >= 10_k5**5-1 print *, huge(i15) >= 10_k15**15-1 - end program large_integers + end program large_integers
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/selectedrealkind.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/selectedrealkind.rst index 9efaaab..bf540f9 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/selectedrealkind.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/selectedrealkind.rst @@ -64,4 +64,4 @@ SELECTED_REAL_KIND --- Choose real kind See also: :ref:`PRECISION`, :ref:`RANGE`, - :ref:`RADIX` + :ref:`RADIX`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/setexponent.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/setexponent.rst index bfdfc76..2769cf9 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/setexponent.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/setexponent.rst @@ -45,4 +45,4 @@ SET_EXPONENT --- Set the exponent of the model REAL :: x = 178.1387e-4 INTEGER :: i = 17 PRINT *, SET_EXPONENT(x, i), FRACTION(x) * RADIX(x)**i - END PROGRAM + END PROGRAM
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/shape.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/shape.rst index ffcaca4..33b1cce 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/shape.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/shape.rst @@ -52,4 +52,4 @@ SHAPE --- Determine the shape of an array See also: :ref:`RESHAPE`, - :ref:`SIZE` + :ref:`SIZE`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/shifta.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/shifta.rst index 7a30d57..e897cbe 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/shifta.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/shifta.rst @@ -43,4 +43,4 @@ SHIFTA --- Right shift with fill See also: :ref:`SHIFTL`, - :ref:`SHIFTR` + :ref:`SHIFTR`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/shiftl.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/shiftl.rst index 43600d4..5d160ca 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/shiftl.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/shiftl.rst @@ -41,4 +41,4 @@ SHIFTL --- Left shift See also: :ref:`SHIFTA`, - :ref:`SHIFTR` + :ref:`SHIFTR`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/shiftr.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/shiftr.rst index b618227..6b12774 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/shiftr.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/shiftr.rst @@ -41,4 +41,4 @@ SHIFTR --- Right shift See also: :ref:`SHIFTA`, - :ref:`SHIFTL` + :ref:`SHIFTL`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/sign.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/sign.rst index 0739490..04d0043 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/sign.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/sign.rst @@ -75,4 +75,4 @@ SIGN --- Sign copying function * - ``DSIGN(A,B)`` - ``REAL(8) A, B`` - ``REAL(8)`` - - Fortran 77 and later + - Fortran 77 and later
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/signal.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/signal.rst index 94987f8..0ae2b3b 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/signal.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/signal.rst @@ -56,4 +56,4 @@ SIGNAL --- Signal handling subroutine (or function) call signal (10, 1) call sleep (30) - end program test_signal + end program test_signal
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/sin.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/sin.rst index 902144f..264f57f 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/sin.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/sin.rst @@ -86,4 +86,4 @@ SIN --- Sine function Inverse function: :ref:`ASIN` Degrees function: - :ref:`SIND` + :ref:`SIND`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/sind.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/sind.rst index 89aa7e1..8cafb10 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/sind.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/sind.rst @@ -86,4 +86,4 @@ SIND --- Sine function, degrees Inverse function: :ref:`ASIND` Radians function: - :ref:`SIN` + :ref:`SIN`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/sinh.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/sinh.rst index e63deff..f748361 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/sinh.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/sinh.rst @@ -63,4 +63,4 @@ SINH --- Hyperbolic sine function - Fortran 90 and later See also: - :ref:`ASINH` + :ref:`ASINH`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/size.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/size.rst index f9d2a69..6196a1a 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/size.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/size.rst @@ -52,4 +52,4 @@ SIZE --- Determine the size of an array See also: :ref:`SHAPE`, - :ref:`RESHAPE` + :ref:`RESHAPE`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/sizeof.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/sizeof.rst index 243a295..8870efc 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/sizeof.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/sizeof.rst @@ -55,4 +55,4 @@ SIZEOF --- Size in bytes of an expression See also: :ref:`C_SIZEOF`, - :ref:`STORAGE_SIZE` + :ref:`STORAGE_SIZE`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/sleep.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/sleep.rst index 26ed329..d87a498 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/sleep.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/sleep.rst @@ -33,4 +33,4 @@ SLEEP --- Sleep for the specified number of seconds program test_sleep call sleep(5) - end + end
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/spacing.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/spacing.rst index 73b9e48..3cc0a86 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/spacing.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/spacing.rst @@ -44,4 +44,4 @@ SPACING --- Smallest distance between two numbers of a given type END PROGRAM See also: - :ref:`RRSPACING` + :ref:`RRSPACING`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/spread.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/spread.rst index ab8acbc..a0d914f 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/spread.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/spread.rst @@ -51,4 +51,4 @@ SPREAD --- Add a dimension to an array END PROGRAM See also: - :ref:`UNPACK` + :ref:`UNPACK`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/sqrt.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/sqrt.rst index e4831b6..0acfabc 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/sqrt.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/sqrt.rst @@ -83,4 +83,4 @@ SQRT --- Square-root function * - ``CDSQRT(X)`` - ``COMPLEX(8) X`` - ``COMPLEX(8)`` - - GNU extension + - GNU extension
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/srand.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/srand.rst index 6574fff..3c74d88 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/srand.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/srand.rst @@ -50,4 +50,4 @@ SRAND --- Reinitialize the random number generator See also: :ref:`RAND`, :ref:`RANDOM_SEED`, - :ref:`RANDOM_NUMBER` + :ref:`RANDOM_NUMBER`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/stat.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/stat.rst index f7ca491..379854b 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/stat.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/stat.rst @@ -69,4 +69,4 @@ STAT --- Get file status To stat an open file: :ref:`FSTAT` To stat a link: - :ref:`LSTAT` + :ref:`LSTAT`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/storagesize.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/storagesize.rst index d6d453a..eca012b 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/storagesize.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/storagesize.rst @@ -39,4 +39,4 @@ STORAGE_SIZE --- Storage size in bits See also: :ref:`C_SIZEOF`, - :ref:`SIZEOF` + :ref:`SIZEOF`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/sum.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/sum.rst index 13356b0..ba4d0be 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/sum.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/sum.rst @@ -53,4 +53,4 @@ SUM --- Sum of array elements END PROGRAM See also: - :ref:`PRODUCT` + :ref:`PRODUCT`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/symlnk.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/symlnk.rst index 138d828..537560a 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/symlnk.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/symlnk.rst @@ -43,4 +43,4 @@ SYMLNK --- Create a symbolic link See also: :ref:`LINK`, - :ref:`UNLINK` + :ref:`UNLINK`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/system.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/system.rst index 74a76c9..d111b94 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/system.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/system.rst @@ -38,4 +38,4 @@ SYSTEM --- Execute a shell command See also: :ref:`EXECUTE_COMMAND_LINE`, which is part of the Fortran 2008 standard - and should considered in new code for future portability. + and should considered in new code for future portability.
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/systemclock.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/systemclock.rst index e660322..2f42738 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/systemclock.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/systemclock.rst @@ -54,4 +54,4 @@ SYSTEM_CLOCK --- Time function See also: :ref:`DATE_AND_TIME`, - :ref:`CPU_TIME` + :ref:`CPU_TIME`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/tan.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/tan.rst index e8a77ec..3788b2a 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/tan.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/tan.rst @@ -67,4 +67,4 @@ TAN --- Tangent function Inverse function: :ref:`ATAN` Degrees function: - :ref:`TAND` + :ref:`TAND`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/tand.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/tand.rst index 3d7e7c1..a720c53 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/tand.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/tand.rst @@ -67,4 +67,4 @@ TAND --- Tangent function, degrees Inverse function: :ref:`ATAND` Radians function: - :ref:`TAN` + :ref:`TAN`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/tanh.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/tanh.rst index 1a3468a..d15bd8c 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/tanh.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/tanh.rst @@ -69,4 +69,4 @@ TANH --- Hyperbolic tangent function - Fortran 77 and later See also: - :ref:`ATANH` + :ref:`ATANH`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/thisimage.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/thisimage.rst index 8e5bd11..8dee8a4 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/thisimage.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/thisimage.rst @@ -72,4 +72,4 @@ THIS_IMAGE --- Function that returns the cosubscript index of this image See also: :ref:`NUM_IMAGES`, - :ref:`IMAGE_INDEX` + :ref:`IMAGE_INDEX`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/time.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/time.rst index ed2f0bc..7b72b73 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/time.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/time.rst @@ -36,4 +36,4 @@ TIME --- Time function :ref:`GMTIME`, :ref:`LTIME`, :ref:`MCLOCK`, - :ref:`TIME8` + :ref:`TIME8`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/time8.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/time8.rst index d8ebbdf..029393d 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/time8.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/time8.rst @@ -36,4 +36,4 @@ TIME8 --- Time function (64-bit) :ref:`GMTIME`, :ref:`LTIME`, :ref:`MCLOCK8`, - :ref:`TIME` + :ref:`TIME`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/tiny.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/tiny.rst index 1d77dfc..45c378b 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/tiny.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/tiny.rst @@ -33,4 +33,4 @@ TINY --- Smallest positive number of a real kind RESULT = TINY(X) Example: - See ``HUGE`` for an example. + See ``HUGE`` for an example.
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/trailz.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/trailz.rst index 945334c..b16b6de 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/trailz.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/trailz.rst @@ -43,4 +43,4 @@ TRAILZ --- Number of trailing zero bits of an integer :ref:`BIT_SIZE`, :ref:`LEADZ`, :ref:`POPPAR`, - :ref:`POPCNT` + :ref:`POPCNT`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/transfer.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/transfer.rst index f0e27e3..51d8e94 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/transfer.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/transfer.rst @@ -52,4 +52,4 @@ TRANSFER --- Transfer bit patterns PROGRAM test_transfer integer :: x = 2143289344 print *, transfer(x, 1.0) ! prints "NaN" on i686 - END PROGRAM + END PROGRAM
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/transpose.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/transpose.rst index 7e9171a..7eada69 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/transpose.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/transpose.rst @@ -31,4 +31,4 @@ TRANSPOSE --- Transpose an array of rank two Syntax: .. code-block:: fortran - RESULT = TRANSPOSE(MATRIX) + RESULT = TRANSPOSE(MATRIX)
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/trim.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/trim.rst index ecf8d8b..9e501af 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/trim.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/trim.rst @@ -42,4 +42,4 @@ TRIM --- Remove trailing blank characters of a string See also: :ref:`ADJUSTL`, - :ref:`ADJUSTR` + :ref:`ADJUSTR`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/ttynam.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/ttynam.rst index c612eb4..4ca0572 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/ttynam.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/ttynam.rst @@ -44,4 +44,4 @@ TTYNAM --- Get the name of a terminal device END PROGRAM See also: - :ref:`ISATTY` + :ref:`ISATTY`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/ubound.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/ubound.rst index a76cc9b..81f97053 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/ubound.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/ubound.rst @@ -49,4 +49,4 @@ UBOUND --- Upper dimension bounds of an array See also: :ref:`LBOUND`, - :ref:`LCOBOUND` + :ref:`LCOBOUND`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/ucobound.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/ucobound.rst index 827ad65..9a0066b 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/ucobound.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/ucobound.rst @@ -45,4 +45,4 @@ UCOBOUND --- Upper codimension bounds of an array See also: :ref:`LCOBOUND`, - :ref:`LBOUND` + :ref:`LBOUND`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/umask.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/umask.rst index 83d67e5..ea94dd6 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/umask.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/umask.rst @@ -33,4 +33,4 @@ UMASK --- Set the file creation mask .. code-block:: fortran CALL UMASK(MASK [, OLD]) - OLD = UMASK(MASK) + OLD = UMASK(MASK)
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/unlink.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/unlink.rst index 3f8e286..15a91af 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/unlink.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/unlink.rst @@ -38,4 +38,4 @@ UNLINK --- Remove a file from the file system See also: :ref:`LINK`, - :ref:`SYMLNK` + :ref:`SYMLNK`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/unpack.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/unpack.rst index bc4ed95..21078b6 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/unpack.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/unpack.rst @@ -54,4 +54,4 @@ UNPACK --- Unpack an array of rank one into an array See also: :ref:`PACK`, - :ref:`SPREAD` + :ref:`SPREAD`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/verify.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/verify.rst index 61ac91d..e4e9aeb 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/verify.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/verify.rst @@ -56,4 +56,4 @@ VERIFY --- Scan a string for characters not a given set See also: :ref:`SCAN`, - :ref:`index-intrinsic` + :ref:`index-intrinsic`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/intrinsic-procedures/xor.rst b/gcc/fortran/doc/gfortran/intrinsic-procedures/xor.rst index d89c1b9..fee343c 100644 --- a/gcc/fortran/doc/gfortran/intrinsic-procedures/xor.rst +++ b/gcc/fortran/doc/gfortran/intrinsic-procedures/xor.rst @@ -57,4 +57,4 @@ XOR --- Bitwise logical exclusive OR See also: Fortran 95 elemental function: - :ref:`IEOR` + :ref:`IEOR`
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/introduction.rst b/gcc/fortran/doc/gfortran/introduction.rst index 6a9f07a..3684e78 100644 --- a/gcc/fortran/doc/gfortran/introduction.rst +++ b/gcc/fortran/doc/gfortran/introduction.rst @@ -15,4 +15,4 @@ Introduction about-gnu-fortran gnu-fortran-and-gcc - standards + standards
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/mixed-language-programming.rst b/gcc/fortran/doc/gfortran/mixed-language-programming.rst index 5180760..506fe0e 100644 --- a/gcc/fortran/doc/gfortran/mixed-language-programming.rst +++ b/gcc/fortran/doc/gfortran/mixed-language-programming.rst @@ -34,4 +34,4 @@ non-Fortran code into the same program, or you can use :command:`gcc` or :command:`g++` if you also add an explicit :option:`-lgfortran` option to link with the Fortran library. If your main program is written in C or some other language instead of Fortran, see -:ref:`non-fortran-main-program`, below. +:ref:`non-fortran-main-program`, below.
\ No newline at end of file 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 4baaee9..298bf0c 100644 --- a/gcc/fortran/doc/gfortran/naming-and-argument-passing-conventions.rst +++ b/gcc/fortran/doc/gfortran/naming-and-argument-passing-conventions.rst @@ -175,4 +175,4 @@ The arguments are passed in the following order * The character length and/or coarray token and offset for the first argument which is a ``CHARACTER`` or a nonallocatable coarray dummy argument, followed by the hidden arguments of the next dummy argument - of such a type + of such a type
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/non-fortran-main-program.rst b/gcc/fortran/doc/gfortran/non-fortran-main-program.rst index 292aea9..91e0ff8 100644 --- a/gcc/fortran/doc/gfortran/non-fortran-main-program.rst +++ b/gcc/fortran/doc/gfortran/non-fortran-main-program.rst @@ -248,4 +248,4 @@ _gfortran_set_max_subrecord_length --- Set subrecord length _gfortran_set_args (argc, argv); _gfortran_set_max_subrecord_length (8); return 0; - } + }
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/projects.rst b/gcc/fortran/doc/gfortran/projects.rst index d5f3678..99d8e1e 100644 --- a/gcc/fortran/doc/gfortran/projects.rst +++ b/gcc/fortran/doc/gfortran/projects.rst @@ -26,4 +26,4 @@ Projects Fortran language standards compliance (see :ref:`standards`), or contributing to the implementation of extensions such as OpenMP (see :ref:`openmp`) or OpenACC (see :ref:`openacc`) that are under active development. Again, - contributing test cases for these features is useful too! + contributing test cases for these features is useful too!
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/runtime.rst b/gcc/fortran/doc/gfortran/runtime.rst index 6707496..e83c300 100644 --- a/gcc/fortran/doc/gfortran/runtime.rst +++ b/gcc/fortran/doc/gfortran/runtime.rst @@ -30,4 +30,4 @@ Malformed environment variables are silently ignored. runtime/gfortranconvertunit runtime/gfortranerrorbacktrace runtime/gfortranformattedbuffersize - runtime/gfortranunformattedbuffersize + runtime/gfortranunformattedbuffersize
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/runtime/gfortranconvertunit.rst b/gcc/fortran/doc/gfortran/runtime/gfortranconvertunit.rst index 5b078ee..5ac40f8 100644 --- a/gcc/fortran/doc/gfortran/runtime/gfortranconvertunit.rst +++ b/gcc/fortran/doc/gfortran/runtime/gfortranconvertunit.rst @@ -94,4 +94,4 @@ setting a default data representation for the whole program. The The values specified via the GFORTRAN_CONVERT_UNIT environment variable will override the CONVERT specifier in the open statement*. This is to give control over data formats to - users who do not have the source code of their program available. + users who do not have the source code of their program available.
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/runtime/gfortranerrorbacktrace.rst b/gcc/fortran/doc/gfortran/runtime/gfortranerrorbacktrace.rst index 6c6598d..9b8c3e7 100644 --- a/gcc/fortran/doc/gfortran/runtime/gfortranerrorbacktrace.rst +++ b/gcc/fortran/doc/gfortran/runtime/gfortranerrorbacktrace.rst @@ -13,4 +13,4 @@ If the :envvar:`GFORTRAN_ERROR_BACKTRACE` variable is set to :samp:`y`, backtrace is printed when a serious run-time error occurs. To disable the backtracing, set the variable to :samp:`n`, :samp:`N`, :samp:`0`. Default is to print a backtrace unless the :option:`-fno-backtrace` -compile option was used. +compile option was used.
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/runtime/gfortranformattedbuffersize.rst b/gcc/fortran/doc/gfortran/runtime/gfortranformattedbuffersize.rst index f6ee6b7..329f921 100644 --- a/gcc/fortran/doc/gfortran/runtime/gfortranformattedbuffersize.rst +++ b/gcc/fortran/doc/gfortran/runtime/gfortranformattedbuffersize.rst @@ -10,4 +10,4 @@ GFORTRAN_FORMATTED_BUFFER_SIZE---Set buffer size for formatted I/O The :envvar:`GFORTRAN_FORMATTED_BUFFER_SIZE` environment variable specifies buffer size in bytes to be used for formatted output. -The default value is 8192. +The default value is 8192.
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/runtime/gfortranlistseparator.rst b/gcc/fortran/doc/gfortran/runtime/gfortranlistseparator.rst index eb21d3c..6eb2b18 100644 --- a/gcc/fortran/doc/gfortran/runtime/gfortranlistseparator.rst +++ b/gcc/fortran/doc/gfortran/runtime/gfortranlistseparator.rst @@ -18,4 +18,4 @@ be sure to quote spaces, as in $ GFORTRAN_LIST_SEPARATOR=' , ' ./a.out when :command:`a.out` is the compiled Fortran program that you want to run. -Default is a single space. +Default is a single space.
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/runtime/gfortranoptionalplus.rst b/gcc/fortran/doc/gfortran/runtime/gfortranoptionalplus.rst index 12e1ddd..2f95f9f 100644 --- a/gcc/fortran/doc/gfortran/runtime/gfortranoptionalplus.rst +++ b/gcc/fortran/doc/gfortran/runtime/gfortranoptionalplus.rst @@ -12,4 +12,4 @@ If the first letter is :samp:`y`, :samp:`Y` or :samp:`1`, a plus sign is printed where permitted by the Fortran standard. If the first letter is :samp:`n`, :samp:`N` or :samp:`0`, a plus sign is not printed -in most cases. Default is not to print plus signs. +in most cases. Default is not to print plus signs.
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/runtime/gfortranshowlocus.rst b/gcc/fortran/doc/gfortran/runtime/gfortranshowlocus.rst index 29b7539..7656461 100644 --- a/gcc/fortran/doc/gfortran/runtime/gfortranshowlocus.rst +++ b/gcc/fortran/doc/gfortran/runtime/gfortranshowlocus.rst @@ -11,4 +11,4 @@ GFORTRAN_SHOW_LOCUS---Show location for runtime errors If the first letter is :samp:`y`, :samp:`Y` or :samp:`1`, filename and line numbers for runtime errors are printed. If the first letter is :samp:`n`, :samp:`N` or :samp:`0`, do not print filename and line numbers -for runtime errors. The default is to print the location. +for runtime errors. The default is to print the location.
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/runtime/gfortranstderrunit.rst b/gcc/fortran/doc/gfortran/runtime/gfortranstderrunit.rst index 11d16c2..6a847af 100644 --- a/gcc/fortran/doc/gfortran/runtime/gfortranstderrunit.rst +++ b/gcc/fortran/doc/gfortran/runtime/gfortranstderrunit.rst @@ -10,4 +10,4 @@ GFORTRAN_STDERR_UNIT---Unit number for standard error This environment variable can be used to select the unit number preconnected to standard error. This must be a positive integer. -The default value is 0. +The default value is 0.
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/runtime/gfortranstdinunit.rst b/gcc/fortran/doc/gfortran/runtime/gfortranstdinunit.rst index 946fd80..362ddbd 100644 --- a/gcc/fortran/doc/gfortran/runtime/gfortranstdinunit.rst +++ b/gcc/fortran/doc/gfortran/runtime/gfortranstdinunit.rst @@ -10,4 +10,4 @@ GFORTRAN_STDIN_UNIT---Unit number for standard input This environment variable can be used to select the unit number preconnected to standard input. This must be a positive integer. -The default value is 5. +The default value is 5.
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/runtime/gfortranstdoutunit.rst b/gcc/fortran/doc/gfortran/runtime/gfortranstdoutunit.rst index d95ccd8..a6863bc 100644 --- a/gcc/fortran/doc/gfortran/runtime/gfortranstdoutunit.rst +++ b/gcc/fortran/doc/gfortran/runtime/gfortranstdoutunit.rst @@ -10,4 +10,4 @@ GFORTRAN_STDOUT_UNIT---Unit number for standard output This environment variable can be used to select the unit number preconnected to standard output. This must be a positive integer. -The default value is 6. +The default value is 6.
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/runtime/gfortranunbufferedall.rst b/gcc/fortran/doc/gfortran/runtime/gfortranunbufferedall.rst index 5dc1106..6e8eee1 100644 --- a/gcc/fortran/doc/gfortran/runtime/gfortranunbufferedall.rst +++ b/gcc/fortran/doc/gfortran/runtime/gfortranunbufferedall.rst @@ -12,4 +12,4 @@ This environment variable controls whether all I/O is unbuffered. If the first letter is :samp:`y`, :samp:`Y` or :samp:`1`, all I/O is unbuffered. This will slow down small sequential reads and writes. If the first letter is :samp:`n`, :samp:`N` or :samp:`0`, I/O is buffered. -This is the default. +This is the default.
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/runtime/gfortranunbufferedpreconnected.rst b/gcc/fortran/doc/gfortran/runtime/gfortranunbufferedpreconnected.rst index 9ede061..3a9f8e4 100644 --- a/gcc/fortran/doc/gfortran/runtime/gfortranunbufferedpreconnected.rst +++ b/gcc/fortran/doc/gfortran/runtime/gfortranunbufferedpreconnected.rst @@ -12,4 +12,4 @@ The environment variable named :envvar:`GFORTRAN_UNBUFFERED_PRECONNECTED` contro whether I/O on a preconnected unit (i.e. STDOUT or STDERR) is unbuffered. If the first letter is :samp:`y`, :samp:`Y` or :samp:`1`, I/O is unbuffered. This will slow down small sequential reads and writes. If the first letter -is :samp:`n`, :samp:`N` or :samp:`0`, I/O is buffered. This is the default. +is :samp:`n`, :samp:`N` or :samp:`0`, I/O is buffered. This is the default.
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/runtime/gfortranunformattedbuffersize.rst b/gcc/fortran/doc/gfortran/runtime/gfortranunformattedbuffersize.rst index c59be00..fa26cf8 100644 --- a/gcc/fortran/doc/gfortran/runtime/gfortranunformattedbuffersize.rst +++ b/gcc/fortran/doc/gfortran/runtime/gfortranunformattedbuffersize.rst @@ -10,4 +10,4 @@ GFORTRAN_UNFORMATTED_BUFFER_SIZE---Set buffer size for unformatted I/O The :envvar:`GFORTRAN_UNFORMATTED_BUFFER_SIZE` environment variable specifies buffer size in bytes to be used for unformatted output. -The default value is 131072. +The default value is 131072.
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/runtime/tmpdir.rst b/gcc/fortran/doc/gfortran/runtime/tmpdir.rst index 2f2d699..6c5625d 100644 --- a/gcc/fortran/doc/gfortran/runtime/tmpdir.rst +++ b/gcc/fortran/doc/gfortran/runtime/tmpdir.rst @@ -19,4 +19,4 @@ directory in the order below. :envvar:`TEMP` environment variables, if they exist, in that order. * The ``P_tmpdir`` macro if it is defined, otherwise the directory - :samp:`/tmp`. + :samp:`/tmp`.
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/standards.rst b/gcc/fortran/doc/gfortran/standards.rst index 0e90d53..eff1b18 100644 --- a/gcc/fortran/doc/gfortran/standards.rst +++ b/gcc/fortran/doc/gfortran/standards.rst @@ -127,4 +127,4 @@ new features of this standard: ``implicit-none-spec-list``. * The behavior of the ``INQUIRE`` statement with the ``RECL=`` - specifier now conforms to Fortran 2018. + specifier now conforms to Fortran 2018.
\ No newline at end of file diff --git a/gcc/fortran/doc/gfortran/type-and-enum-abi-documentation.rst b/gcc/fortran/doc/gfortran/type-and-enum-abi-documentation.rst index 4c7f565..ec87873 100644 --- a/gcc/fortran/doc/gfortran/type-and-enum-abi-documentation.rst +++ b/gcc/fortran/doc/gfortran/type-and-enum-abi-documentation.rst @@ -186,4 +186,4 @@ caf_team_t ^^^^^^^^^^ Opaque pointer to represent a team-handle. This type is a stand-in for the -future implementation of teams. It is about to change without further notice. +future implementation of teams. It is about to change without further notice.
\ No newline at end of file |