From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25312 invoked by alias); 7 Sep 2017 10:44:04 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 25300 invoked by uid 89); 7 Sep 2017 10:44:02 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-5.9 required=5.0 tests=BAYES_00,GIT_PATCH_3,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 spammy=gabriel, Hx-languages-length:1132, H*F:D*br X-HELO: mo19.mail-out.ovh.net From: "Gabriel F. T. Gomes" To: Subject: [PATCH 0/3] Fixes for -mfloat128 being enabled by default on gcc for power Date: Thu, 07 Sep 2017 10:44:00 -0000 Message-ID: <20170907104352.7748-1-gabriel@inconstante.eti.br> MIME-Version: 1.0 Content-Type: text/plain X-ClientProxiedBy: EX2.emp.local (172.16.2.2) To EX2.emp.local (172.16.2.2) X-Ovh-Tracer-Id: 2516949243546947267 X-VR-SPAMSTATE: OK X-VR-SPAMSCORE: 0 X-VR-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrfeelledrfedvgdefvdcutefuodetggdotefrodftvfcurfhrohhfihhlvgemucfqggfjpdevjffgvefmvefgnecuuegrihhlohhuthemuceftddtnecu X-SW-Source: 2017-09/txt/msg00287.txt.bz2 GCC for powerpc just enabled the flag -mfloat128 by default on VSX systems [1]. This lead to some build errors in glibc which are addressed in this patch set. It also exposed a missing flag in a test. [1] https://gcc.gnu.org/ml/gcc-patches/2017-08/msg01028.html (integrated into trunk by commit ID 251814) Besides these fixes, I was working on a problem that I got with the build of math/test-tgmath3.c, but since the change to gcc has been already integrated, I decided to send this incomplete patch set and I'll keep working on the problem with tgmath3.c. Gabriel F. T. Gomes (3): powerpc: Add -mfloat128 to tst-strtod-nan-locale testcase powerpc: Add redirection for finitef128, isinf128, and isnanf128 powerpc64le: Disable compiler support for float128 when reusing ldbl-128 sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c | 1 + sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c | 1 + sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c | 1 + sysdeps/powerpc/powerpc64le/Makefile | 16 ++++++++++++++++ 4 files changed, 19 insertions(+) -- 2.13.5