diff options
author | Martin Liska <mliska@suse.cz> | 2022-09-20 14:03:46 +0200 |
---|---|---|
committer | Martin Liska <mliska@suse.cz> | 2022-09-20 14:03:46 +0200 |
commit | 9934c1e645a45df66cbd9c428ccdaf75219ea200 (patch) | |
tree | d8e003f6413d1fd4b59740c3b7d28d22d40aaf19 | |
parent | 6df29b782e87c6c800be0425023d8438fdc67b92 (diff) | |
parent | d99821624c340429b86855ffa99e731618b36c10 (diff) | |
download | gcc-9934c1e645a45df66cbd9c428ccdaf75219ea200.zip gcc-9934c1e645a45df66cbd9c428ccdaf75219ea200.tar.gz gcc-9934c1e645a45df66cbd9c428ccdaf75219ea200.tar.bz2 |
Merge branch 'master' into devel/sphinx
-rw-r--r-- | gcc/fortran/gfortran.texi | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/fortran/gfortran.texi b/gcc/fortran/gfortran.texi index 59d673b..25410e6 100644 --- a/gcc/fortran/gfortran.texi +++ b/gcc/fortran/gfortran.texi @@ -455,9 +455,7 @@ 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. They can be found at -@uref{https://www.fortran.com/@/iso_varying_string.f95} and at -@uref{ftp://ftp.nag.co.uk/@/sc22wg5/@/ISO_VARYING_STRING/}. +for them, which work with GNU Fortran. Deferred-length character strings of Fortran 2003 supports part of the features of @code{ISO_VARYING_STRING} and should be considered as |