From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) by sourceware.org (Postfix) with ESMTP id 0D63C3858D3C for ; Thu, 26 Aug 2021 16:58:38 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 0D63C3858D3C Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=kernel.crashing.org Authentication-Results: sourceware.org; spf=fail smtp.mailfrom=kernel.crashing.org Received: from gate.crashing.org (localhost.localdomain [127.0.0.1]) by gate.crashing.org (8.14.1/8.14.1) with ESMTP id 17QGvaHH031011; Thu, 26 Aug 2021 11:57:36 -0500 Received: (from segher@localhost) by gate.crashing.org (8.14.1/8.14.1/Submit) id 17QGvZ7c031010; Thu, 26 Aug 2021 11:57:35 -0500 X-Authentication-Warning: gate.crashing.org: segher set sender to segher@kernel.crashing.org using -f Date: Thu, 26 Aug 2021 11:57:35 -0500 From: Segher Boessenkool To: Patrick McGehearty Cc: Joseph Myers , gcc-patches@gcc.gnu.org Subject: Re: [PATCH v3] Fix for powerpc64 long double complex divide failure Message-ID: <20210826165735.GF1583@gate.crashing.org> References: <1628784193-9675-1-git-send-email-patrick.mcgehearty@oracle.com> <3c686d10-5e23-fbb8-66fd-756a80a91368@oracle.com> <8f29c866-46e5-1619-fe0b-22a72a617ec5@oracle.com> <75d073d4-54c5-5601-3750-a674e07b1e95@oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <75d073d4-54c5-5601-3750-a674e07b1e95@oracle.com> User-Agent: Mutt/1.4.2.3i X-Spam-Status: No, score=-5.6 required=5.0 tests=BAYES_00, JMQ_SPF_NEUTRAL, KAM_DMARC_STATUS, TXREP, T_SPF_HELO_PERMERROR, T_SPF_PERMERROR autolearn=no autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Aug 2021 16:58:49 -0000 On Thu, Aug 26, 2021 at 10:51:51AM -0500, Patrick McGehearty wrote: > I'm concerned that the old environment on gcc135.fsffrance.org > is not showing me a typical build environment for IBM linux users > with more modern environments. It runs CentOS 7. This is still supported. It is getting long in the tooth of course. > I suspect that part of the KF issue is that the general environment on > gcc135.fsffrance.org is relatively old. That is, it includes some > include files or libraries from before the KF/TF option for handling > IBM vs IEEE format was added to gcc. My use of $HOME/usr for PATH and > LD_LIBRARY_PATH may be inadequate for bypassing the older environment. > I don't have access to a current (el8 or later) IBM environment. You need a newer glibc to get new features provided by that. But, everything should work with the older versions as well. Segher