diff options
author | Martin Liska <mliska@suse.cz> | 2022-09-20 14:23:29 +0200 |
---|---|---|
committer | Martin Liska <mliska@suse.cz> | 2022-09-20 17:23:46 +0200 |
commit | d812e8cb2a920fd75768e16ca8ded59ad93c172f (patch) | |
tree | eb2f9e24272707cabf6bdbc44aedc122f7132c79 /gcc | |
parent | 6bf5a704d36243c4c04b17a9408ebe881beb0051 (diff) | |
download | gcc-d812e8cb2a920fd75768e16ca8ded59ad93c172f.zip gcc-d812e8cb2a920fd75768e16ca8ded59ad93c172f.tar.gz gcc-d812e8cb2a920fd75768e16ca8ded59ad93c172f.tar.bz2 |
fortran: add link to ISO_VARYING_STRING module [PR106636]
PR fortran/106636
gcc/fortran/ChangeLog:
* gfortran.texi: Add back link to ISO_VARYING_STRING.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/fortran/gfortran.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/fortran/gfortran.texi b/gcc/fortran/gfortran.texi index fb4a489..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 |