diff options
author | Martin Liska <mliska@suse.cz> | 2022-09-20 17:24:19 +0200 |
---|---|---|
committer | Martin Liska <mliska@suse.cz> | 2022-09-20 17:24:19 +0200 |
commit | c9c59aa19c0b7159636763294b7b0c87c696d675 (patch) | |
tree | d402ef5a5b905c4033575ae69b6b2b29fa8e977c /gcc/fortran | |
parent | 9934c1e645a45df66cbd9c428ccdaf75219ea200 (diff) | |
parent | d812e8cb2a920fd75768e16ca8ded59ad93c172f (diff) | |
download | gcc-c9c59aa19c0b7159636763294b7b0c87c696d675.zip gcc-c9c59aa19c0b7159636763294b7b0c87c696d675.tar.gz gcc-c9c59aa19c0b7159636763294b7b0c87c696d675.tar.bz2 |
Merge branch 'master' into devel/sphinx
Diffstat (limited to 'gcc/fortran')
-rw-r--r-- | gcc/fortran/gfortran.texi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/fortran/gfortran.texi b/gcc/fortran/gfortran.texi index 25410e6..4b4ecd5 100644 --- a/gcc/fortran/gfortran.texi +++ b/gcc/fortran/gfortran.texi @@ -455,7 +455,8 @@ version 2.6, @uref{https://www.openacc.org/}). See The Fortran 95 standard specifies in Part 2 (ISO/IEC 1539-2:2000) varying length character strings. While GNU Fortran currently does not support such strings directly, there exist two Fortran implementations -for them, which work with GNU Fortran. +for them, which work with GNU Fortran. One can be found at +@uref{http://user.astro.wisc.edu/~townsend/static.php?ref=iso-varying-string}. Deferred-length character strings of Fortran 2003 supports part of the features of @code{ISO_VARYING_STRING} and should be considered as @@ -3786,7 +3787,7 @@ The arguments are passed in the following order @code{CHARACTER} and no C binding is used @item The arguments in the order in which they appear in the Fortran declaration -@item The the present status for optional arguments with value attribute, +@item The present status for optional arguments with value attribute, which are internally passed by value @item The character length and/or coarray token and offset for the first argument which is a @code{CHARACTER} or a nonallocatable coarray dummy |