From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cc-smtpout3.netcologne.de (cc-smtpout3.netcologne.de [89.1.8.213]) by sourceware.org (Postfix) with ESMTPS id C02463858029; Tue, 11 Jan 2022 21:45:00 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org C02463858029 Received: from cc-smtpin3.netcologne.de (cc-smtpin3.netcologne.de [89.1.8.203]) by cc-smtpout3.netcologne.de (Postfix) with ESMTP id 2E4DD12288; Tue, 11 Jan 2022 22:44:59 +0100 (CET) Received: from [IPv6:2001:4dd7:239:0:7285:c2ff:fe6c:992d] (2001-4dd7-239-0-7285-c2ff-fe6c-992d.ipv6dyn.netcologne.de [IPv6:2001:4dd7:239: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 (2048 bits) server-digest SHA256) (No client certificate requested) by cc-smtpin3.netcologne.de (Postfix) with ESMTPSA id CE41B11DED; Tue, 11 Jan 2022 22:44:56 +0100 (CET) Subject: Re: [power-ieee128, committed] Enable conversion selection via environment variable To: Jakub Jelinek Cc: gcc-patches , "fortran@gcc.gnu.org" References: <20220111131937.GW2646553@tucnak> From: Thomas Koenig Message-ID: <6463eaab-8f1d-8acf-562a-1bbc8fcc579a@netcologne.de> Date: Tue, 11 Jan 2022 22:44:56 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.14.0 MIME-Version: 1.0 In-Reply-To: <20220111131937.GW2646553@tucnak> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-NetCologne-Spam: L X-Rspamd-Queue-Id: CE41B11DED X-Spam-Status: No, score=-3.6 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, NICE_REPLY_A, RCVD_IN_DNSWL_LOW, 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: Tue, 11 Jan 2022 21:45:02 -0000 On 11.01.22 14:19, Jakub Jelinek via Fortran wrote: > On Mon, Jan 10, 2022 at 11:44:13PM +0100, Thomas Koenig wrote: >> Hello world, >> >> I have just pushed the attched patch to the branch. > > Thanks. > > Here is a patch to fix up the ppc64be vs. ppc64le byteswapping > of IBM extended real(kind=16) and complex(kind=16). > Similarly to the BT_COMPLEX case it halves size and doubles nelems > for the bswap_array calls. Of course for r16_ibm and r16_ieee conversions > one needs to make sure it is only done when the on file data is in that > format and not in IEEE quad. The patch is OK. >> So... time to merge the branch into trunk before stage 4 >> kicks in? > > IMHO yes. We need to git merge master; git rebase of course > before trying to cherry-pick those commits into trunk and pushing there. I would prefer if somebody else did this - my lack of git-fu would forseeably lead to some unforseen problems :-) Best regards Thomas