From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ciao.gmane.io (ciao.gmane.io [116.202.254.214]) by sourceware.org (Postfix) with ESMTPS id 3A208385842A for ; Mon, 1 Jan 2024 21:25:11 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 3A208385842A Authentication-Results: sourceware.org; dmarc=fail (p=quarantine dis=none) header.from=gmx.de Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=m.gmane-mx.org ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 3A208385842A Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=116.202.254.214 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1704144312; cv=none; b=mCm8DVgbbO49lpzjS4Qsqwyc9Ppg9zBwhcbYSwb1RvCs46znS3/lXEM7h0MY27PuoAwrEhVmXE3oCFJVeGkNyJcGVyu58G2Iq7ExJJVPd6plQA+e5rXuhR7G2Ed2ih+k5/66uvojlZZYZu+paE+Dy81Fd2qzc3YwQVQvIDHutMw= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1704144312; c=relaxed/simple; bh=9gVe8vBt3PmALiKM7VLZQU0cx7DeajIYWjieY9Na/IM=; h=To:From:Subject:Date:Message-ID:Mime-Version; b=xzRDPrO3T6RNHah2K1dkfrbG0j8fToLnKFWFpKiRQcMNlCt+6Ey6VJeeftF2CFWQPNe+OG8c4VcRIttInlr9sXXd35eLAFznMkgLK0WgfdImTQ+B8YD8jqbC1EA6sjdtvG0OTNviglEaWe4LyX2QG/6VUpLzet5M/Dd0kHPIgik= ARC-Authentication-Results: i=1; server2.sourceware.org Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1rKPmX-0009jb-Oq for gcc-patches@gcc.gnu.org; Mon, 01 Jan 2024 22:25:09 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: gcc-patches@gcc.gnu.org From: Harald Anlauf Subject: Re: Fortran: Use non conflicting file extensions for intermediates [PR81615] Date: Mon, 1 Jan 2024 22:25:03 +0100 Message-ID: References: <690db968-ef66-40ae-9626-d6631a7571dc@netcologne.de> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit User-Agent: Mozilla Thunderbird Content-Language: en-US In-Reply-To: Cc: fortran@gcc.gnu.org X-Spam-Status: No, score=-9.0 required=5.0 tests=BAYES_00,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM,GIT_PATCH_0,HEADER_FROM_DIFFERENT_DOMAINS,KAM_DMARC_STATUS,SPF_HELO_NONE,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Message-ID: <20240101212503.17tHcM3URpKiatKp1IU7E-k0hUbz87r25P18_b-vu0I@z> Hi Thomas! Am 30.12.23 um 12:08 schrieb Thomas Koenig: > Replying to myself... > > >> I think this also desevers a mention in changes.html.  Here is something >> that I came up with.  OK? Or does anybody have suggestions for a better >> wording? >> > > Or maybe this is better: > > diff --git a/htdocs/gcc-14/changes.html b/htdocs/gcc-14/changes.html > index 4b83037a..d232f631 100644 > --- a/htdocs/gcc-14/changes.html > +++ b/htdocs/gcc-14/changes.html > @@ -282,8 +282,14 @@ a work-in-progress.

> >   > > - > - > +

Fortran

> +
    > + 
  • With the -save-temps option, preprocessed files > +    with the .fii extension will be generated for > +    free-form source files such as .F90 and > +    .fi for fixed-form files such as .F. > + 
  • > +
>   I slightly prefer this variant. I wonder if it were better to write "generated from" instead of "generated for". A native speaker might help here. While at it: gfortran now accepts "-std=f2023", which implies that the limit for line-length in free-form has been increased to 10000 characters, and statements may have up to 1 million characters. (See Tobias' commit r14-5553-gb9eba3baf54b4f). I'd consider this as important as the other change... ;-) Thanks, Harald >   > > >