From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1851) id 6B5F8385840F; Tue, 20 Sep 2022 12:03:17 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6B5F8385840F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1663675397; bh=KlJcau6Y7ojr8UXtEqvS6xZkPxBsOIvjP5/Km6U8NwE=; h=From:To:Subject:Date:From; b=duhjL9jfjCxwYHtwvzKz05d4K0rOYM9B/mL7p0mYm7HL25HERMNMvp1hVPlXFgCXi Fbm+X5Nk8JsK8VWTdMO6M322uiHjv+oNZP2ZR+f1MAIMw/UF7z4bd3UqW2LL7wh83U xUU8rVDcl7/Uv64TahVRl1bu/JLqwmjQaZyvKtL4= 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-2732] fortran: remove 2 dead links [PR106636] X-Act-Checkin: gcc X-Git-Author: Martin Liska X-Git-Refname: refs/heads/master X-Git-Oldrev: 63e3cc294d835b43701eeef9410d1b8fc8922869 X-Git-Newrev: d99821624c340429b86855ffa99e731618b36c10 Message-Id: <20220920120317.6B5F8385840F@sourceware.org> Date: Tue, 20 Sep 2022 12:03:17 +0000 (GMT) List-Id: https://gcc.gnu.org/g:d99821624c340429b86855ffa99e731618b36c10 commit r13-2732-gd99821624c340429b86855ffa99e731618b36c10 Author: Martin Liska Date: Tue Sep 20 14:02:34 2022 +0200 fortran: remove 2 dead links [PR106636] PR fortran/106636 gcc/fortran/ChangeLog: * gfortran.texi: Remove 2 dead links. Diff: --- gcc/fortran/gfortran.texi | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/gcc/fortran/gfortran.texi b/gcc/fortran/gfortran.texi index 59d673bfc03..25410e6088d 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