From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1851) id 3143D3858290; Tue, 20 Sep 2022 15:23:57 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3143D3858290 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1663687437; bh=HBq8hZTxBrIH2z+M9JI9/oCwbKY+izqayev4y/hjAfo=; h=From:To:Subject:Date:From; b=BGjKCIChL1JZEZg2e6LhqK9rnrrhHqb4f7jO3ulgi1uMxNN6ddXcDYxlmGErvlFoE QcGhmaxtBRbK7J5bfTw1dnv00FN/iNFploTf/iVFw/2wfOYkyWcFX/o9ayCbF8BmGP ErlvEXDSjoWP6eJqqnaL3bHjMBqQCmsHXluVg9KA= MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Martin Liska To: gcc-cvs@gcc.gnu.org Subject: [gcc r13-2740] fortran: add link to ISO_VARYING_STRING module [PR106636] X-Act-Checkin: gcc X-Git-Author: Martin Liska X-Git-Refname: refs/heads/master X-Git-Oldrev: 6bf5a704d36243c4c04b17a9408ebe881beb0051 X-Git-Newrev: d812e8cb2a920fd75768e16ca8ded59ad93c172f Message-Id: <20220920152357.3143D3858290@sourceware.org> Date: Tue, 20 Sep 2022 15:23:57 +0000 (GMT) List-Id: https://gcc.gnu.org/g:d812e8cb2a920fd75768e16ca8ded59ad93c172f commit r13-2740-gd812e8cb2a920fd75768e16ca8ded59ad93c172f Author: Martin Liska Date: Tue Sep 20 14:23:29 2022 +0200 fortran: add link to ISO_VARYING_STRING module [PR106636] PR fortran/106636 gcc/fortran/ChangeLog: * gfortran.texi: Add back link to ISO_VARYING_STRING. Diff: --- gcc/fortran/gfortran.texi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gcc/fortran/gfortran.texi b/gcc/fortran/gfortran.texi index fb4a48911ac..4b4ecd528a7 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