From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cc-smtpout1.netcologne.de (cc-smtpout1.netcologne.de [89.1.8.211]) by sourceware.org (Postfix) with ESMTPS id A79B13858D35; Sun, 19 Mar 2023 08:15:11 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org A79B13858D35 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=netcologne.de Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=netcologne.de Received: from cc-smtpin3.netcologne.de (cc-smtpin3.netcologne.de [89.1.8.203]) by cc-smtpout1.netcologne.de (Postfix) with ESMTP id 227ED11F19; Sun, 19 Mar 2023 09:15:10 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=netcologne.de; s=nc1116a; t=1679213710; bh=9WFRk7oitm3YmxFzHJfdTsrKG+cw3A7VF+qf+XvWdcA=; h=Message-ID:Date:To:From:Subject:From; b=ozxf3FscLliF2UhTt+3dqZsbJI0jBkRefseQoV+FZmGSDZ/hNiU3z8EVSO8Q5Ue0w 1SeLVbiWOmkiT+/s8ftKctsjoqikc4pvSCrpBxSKXBTGD7+e6Ph5ZTtGYmn1OlT3VN HpqGVssJo4n7PLL6xLXPwTYwdkzUQG7YgA2jupiP00hJMWlAUJCHvDvilY586r8sXv 3JzMVYqVyN+UJYM2VRivpPD1jA8QhiPAdIBXI5K2mzBzwT4b7C6k8+94+o5sUU4f60 bzY/C4nX/piIqVYclGeGw89euh6wo/DMYHjhhke4fJHpOl0tgEqz/XqFVd+4+RvzB8 aRrydLpesL9cw== Received: from [IPV6:2001:4dd6:4ac:0:7285:c2ff:fe6c:992d] (2001-4dd6-4ac-0-7285-c2ff-fe6c-992d.ipv6dyn.netcologne.de [IPv6:2001:4dd6:4ac:0:7285:c2ff:fe6c:992d]) (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-smtpin3.netcologne.de (Postfix) with ESMTPSA id CE8A011DE5; Sun, 19 Mar 2023 09:15:08 +0100 (CET) Message-ID: <24a27aff-54ee-442b-c150-9617a1ab4f19@netcologne.de> Date: Sun, 19 Mar 2023 09:15:08 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.8.0 Content-Language: en-US To: gcc-patches , "fortran@gcc.gnu.org" From: Thomas Koenig Subject: [patch, wwwdocs] Mention finalization Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-NetCologne-Spam: L X-Spamd-Bar: -- X-Rspamd-Action: no action X-Rspamd-Queue-Id: CE8A011DE5 X-Spam-Status: No, score=-10.4 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,GIT_PATCH_0,RCVD_IN_DNSWL_LOW,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,SPF_HELO_NONE,SPF_PASS,TXREP 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, the sentence below seems a bit short for such a huge undertaking, but I could not think of anything else to day. Tested with "tidy -e". OK for wwwdocs? Best regards Thomas diff --git a/htdocs/gcc-13/changes.html b/htdocs/gcc-13/changes.html index c8d757b6..a4b71ffa 100644 --- a/htdocs/gcc-13/changes.html +++ b/htdocs/gcc-13/changes.html @@ -373,7 +373,12 @@ a work-in-progress.

- +

Fortran

+
    +
  • + Finalization is now fully supported. +
  • +