From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cc-smtpout1.netcologne.de (cc-smtpout1.netcologne.de [IPv6:2001:4dd0:100:1062:25:2:0:1]) by sourceware.org (Postfix) with ESMTPS id 89B593858C42; Sat, 30 Dec 2023 11:02:02 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 89B593858C42 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=netcologne.de Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=netcologne.de ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 89B593858C42 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=2001:4dd0:100:1062:25:2:0:1 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1703934124; cv=none; b=idE/6JTfn/nLJkUoB6nAa4eAQvApoB4FjI6JQ18sgs7n2CJYLmfdJmvJgtQxrLp+kLnPjC1dYMWEhaRRqUt40A4MRjUtB3JH740f0Fu8h4KE4eRf4AajW/JPX6W2hx7G/urLNZIjRo4De4Bg8jxY5UBYGlMvi7hGChxllZ8wgdM= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1703934124; c=relaxed/simple; bh=HK8YMCZjTBs8AYqT8Ix1k0Jl34EPO4P1hBS1mt+jL4E=; h=DKIM-Signature:Message-ID:Date:MIME-Version:Subject:To:From; b=r5n0DaUPQ7yRjfSMCwB7xhvjFa7WkZqSCrrWzeEr8LbLpobJX1Rt9j3K+OP3WdAg0cxMANV6/0DLxJINCDFLP+aQxFR+hciz+gJta+OzOiQu5XnsBajmbrllVFDVRB0CasHKTjHT4vhk+X5fRojVHBx6jM8qZ6Ivh1gu0qFZhIQ= ARC-Authentication-Results: i=1; server2.sourceware.org Received: from cc-smtpin2.netcologne.de (cc-smtpin2.netcologne.de [89.1.8.202]) by cc-smtpout1.netcologne.de (Postfix) with ESMTP id 1189F12794; Sat, 30 Dec 2023 12:02:00 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=netcologne.de; s=nc1116a; t=1703934120; bh=HK8YMCZjTBs8AYqT8Ix1k0Jl34EPO4P1hBS1mt+jL4E=; h=Message-ID:Date:Subject:To:Cc:References:From:In-Reply-To:From; b=KUs5EfDd2bg6qtOLeUiIDxZygsppa29qcMeUjde7P9+f9qsnZkYO2tnd7+0/DteQv zGCmvqzy8fY5wO7cs6EWyEPxxSE1JSdEMrIFa0pGZTIFYK35kd5KrTtLiNpXOcV5VL hMiyAQKpGib8xU+MqrptQj3d7QUlSkWDpdDqKhN9IReYKwgTLs6YzerXCtlwN7o1eA mQJqDlKZ5sQh3NgxbvbEVsmLEfZWyNo1Swluo03f1LlqFQIZ5zgLJDwyvqfL2yeg2k m1xaA3nxZH0i6vSVTpM5AcIJ5Tn+0YwemMfi3Rv6ZdatrxE+Ymi8ukNP5+YIBPFNRp zf6SbBjMdYFdg== Received: from [IPV6:2001:4dd6:2b77:0:f3f0:f0ef:d068:4597] (2001-4dd6-2b77-0-f3f0-f0ef-d068-4597.ipv6dyn.netcologne.de [IPv6:2001:4dd6:2b77:0:f3f0:f0ef:d068:4597]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by cc-smtpin2.netcologne.de (Postfix) with ESMTPSA id B6B0C11E87; Sat, 30 Dec 2023 12:01:57 +0100 (CET) Message-ID: <690db968-ef66-40ae-9626-d6631a7571dc@netcologne.de> Date: Sat, 30 Dec 2023 12:01:57 +0100 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: Fortran: Use non conflicting file extensions for intermediates [PR81615] To: Rimvydas Jasinskas , Rimvydas Jasinskas via Fortran Cc: gcc-patches References: Content-Language: en-US, de-DE From: Thomas Koenig In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-NetCologne-Spam: L X-Rspamd-Queue-Id: B6B0C11E87 X-Spamd-Bar: --- X-Rspamd-Action: no action X-Spam-Status: No, score=-11.2 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,GIT_PATCH_0,RCVD_IN_DNSWL_LOW,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: Hi Rimvydas, > Documentation part. > The makeinfo gcc/fortran/gfortran.texi does not seem to have any new warnings. Thanks for your work on this! 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? diff --git a/htdocs/gcc-14/changes.html b/htdocs/gcc-14/changes.html index 4b83037a..b3b67dda 100644 --- a/htdocs/gcc-14/changes.html +++ b/htdocs/gcc-14/changes.html @@ -282,8 +282,13 @@ a work-in-progress.

- - +

Fortran

+
    +
  • With the -save-temps option, .fii and + .fi files are now generated from .F90 + and .F files, respectively. +
  • +