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 072293858CD1 for ; Wed, 20 Dec 2023 19:29:59 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 072293858CD1 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 072293858CD1 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=1703100600; cv=none; b=dDPwPWjdfaXKAzFlmPGuylYbO4iRDcO4Ve8vxnS8qJX6bFsOrLGaAoITlUnmK/4FVVySr34RuXR9TzuY1Ex47rvvrq4q6t5lNO+WrRKG5T6CKZP6uo3FYIXbrN5bow+tfjCBTo65aquP+cguLgUzzbDNAdbjLlqFN1B1rMrgznw= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1703100600; c=relaxed/simple; bh=hrH0V85mRd4LBIwmoh62/k4V00Z5q+NYpa3+NUCcCBQ=; h=To:From:Subject:Date:Message-ID:Mime-Version; b=jE7j/Qqiqbn9jGAr5nTbvG+pTziIJ4VyxW9beVnNmJb6oPgQUFxv8zr2XM8tmwf8SRNaypTS5cBLQwVzIdAiqTR3He0/0bw0uQl+sI0UzFW7WK4c0RKIcFhOrLJgeVXjcY77b73X9u3BDucHsS3h3WbqzMOgT3vN0/nPcp4TZU8= ARC-Authentication-Results: i=1; server2.sourceware.org Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1rG2GT-00045H-Cv for gcc-patches@gcc.gnu.org; Wed, 20 Dec 2023 20:29:57 +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: Wed, 20 Dec 2023 20:29:49 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit User-Agent: Mozilla Thunderbird Content-Language: en-US In-Reply-To: Cc: fortran@gcc.gnu.org X-Spam-Status: No, score=-3.0 required=5.0 tests=BAYES_00,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM,HEADER_FROM_DIFFERENT_DOMAINS,KAM_DMARC_STATUS,KAM_SHORT,SPF_HELO_NONE,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE autolearn=no 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: <20231220192949.WegAFbVNPLNxCyqr8_xkL7LFc_ajjxCGQzQCHSXA4Fk@z> Am 20.12.23 um 05:32 schrieb Rimvydas Jasinskas: > Dear all, > > In the spirit of c/c++ using the .i/.ii extensions for intermediates, > use the .fi/.fii intermediate extensions for gfortran fixed/free form > sources when -save-temps is invoked to avoid various issues. I checked with Jerry on Mattermost that there are no objections regarding the suffixes. Pushed: https://gcc.gnu.org/g:ba615557a4c698d27042a5fe058ea6e721a03b12 Thanks for the patch! > The documentation part will be submitted separately, because it > involves adding a "Developer options" mini-section (as suggested by > Harald) and moving the -fdump-* options from "Options for debugging > your program or GNU Fortran" section. Documentation improvements are always great! > Regards, > Rimvydas Cheers, Harald