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 70B3A3858C2C; Fri, 29 Apr 2022 20:10:56 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 70B3A3858C2C Received: from cc-smtpin1.netcologne.de (cc-smtpin1.netcologne.de [89.1.8.201]) by cc-smtpout1.netcologne.de (Postfix) with ESMTP id 06D12129A4; Fri, 29 Apr 2022 22:10:54 +0200 (CEST) Received: from [IPV6:2001:4dd7:f207:0:7285:c2ff:fe6c:992d] (2001-4dd7-f207-0-7285-c2ff-fe6c-992d.ipv6dyn.netcologne.de [IPv6:2001:4dd7:f207: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-smtpin1.netcologne.de (Postfix) with ESMTPSA id C055711D89; Fri, 29 Apr 2022 22:10:52 +0200 (CEST) Message-ID: <340d0801-3266-f384-c267-63683c7d60b0@netcologne.de> Date: Fri, 29 Apr 2022 22:10:52 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.8.1 Subject: *ping* [patch, wwwdocs] Mention POWER IEEE128 changes for gcc 12 Content-Language: en-US To: "fortran@gcc.gnu.org" , gcc-patches References: <9c3e420f-afcf-f2ff-8ea7-35da6f7d7675@netcologne.de> From: Thomas Koenig In-Reply-To: <9c3e420f-afcf-f2ff-8ea7-35da6f7d7675@netcologne.de> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-NetCologne-Spam: L X-Spamd-Bar: --- X-Rspamd-Queue-Id: C055711D89 X-Spam-Status: No, score=-4.1 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, KAM_NUMSUBJECT, KAM_SHORT, 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.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: fortran@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Fortran mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Apr 2022 20:10:57 -0000 > the attached patch documents the support for IEEE long double for > Fortran.  OK?  Suggestions for better wording? I'd like to get this in before the gcc12 release. It would also qualify as obviously correct, I think :-) so I'll commit this on Sunday unless there are any objections. Patch at https://gcc.gnu.org/pipermail/gcc-patches/2022-April/593780.html Best regards Thomas