From patchwork Sun Jan 1 23:39:19 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Andreas K. Huettel" X-Patchwork-Id: 1720630 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=sourceware.org (client-ip=2620:52:3:1:0:246e:9693:128c; helo=sourceware.org; envelope-from=libc-alpha-bounces+incoming=patchwork.ozlabs.org@sourceware.org; receiver=) Authentication-Results: legolas.ozlabs.org; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.a=rsa-sha256 header.s=default header.b=ZoNTJBrH; dkim-atps=neutral Received: from sourceware.org (server2.sourceware.org [IPv6:2620:52:3:1:0:246e:9693:128c]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4Nlb7s0b7Bz23dV for ; Mon, 2 Jan 2023 10:39:52 +1100 (AEDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 49E9D3858401 for ; Sun, 1 Jan 2023 23:39:50 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 49E9D3858401 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1672616390; bh=TirITvxte6nlO622/nNbkNDEQN8IDOoiuP7akcZISt0=; h=To:Subject:Date:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:List-Subscribe:From:Reply-To:From; b=ZoNTJBrHta0Kg1W70llzocXUXvKRfPv0hMHxkjoSv4jkV5Y58wrlY06p7NAkLbLFq IHrT+tFqRqYAxXZPwcubWfgoVtU+oH79mnUZ+WYy6FD0lV+rRVMtsV0Q57MHQXbLRC S1GLpYtFIXruhoI12YbpR0O2sGzIqJdeREOhkTI0= X-Original-To: libc-alpha@sourceware.org Delivered-To: libc-alpha@sourceware.org Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) by sourceware.org (Postfix) with ESMTP id 6B8463858D1E for ; Sun, 1 Jan 2023 23:39:35 +0000 (GMT) To: libc-alpha@sourceware.org Subject: math test failures for master, 32bit abi of x86-64 Date: Mon, 02 Jan 2023 00:39:19 +0100 Message-ID: <25735079.1r3eYUQgxm@noumea> Organization: Gentoo Linux MIME-Version: 1.0 X-Spam-Status: No, score=-9.4 required=5.0 tests=BAYES_00, GIT_PATCH_0, JMQ_SPF_NEUTRAL, KAM_DMARC_STATUS, KAM_NUMSUBJECT, SPF_HELO_PASS, 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 X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Patchwork-Original-From: "Andreas K. Huettel via Libc-alpha" From: "Andreas K. Huettel" Reply-To: "Andreas K. Huettel" Errors-To: libc-alpha-bounces+incoming=patchwork.ozlabs.org@sourceware.org Sender: "Libc-alpha" Hi, with master on my laptop the following tests fail when building the 32bit abi for x86-64: FAIL: math/test-double-j0 FAIL: math/test-float-ctan FAIL: math/test-float-j1 FAIL: math/test-float-y0 FAIL: math/test-float-y1 FAIL: math/test-float32-ctan FAIL: math/test-float32-j1 FAIL: math/test-float32-y0 FAIL: math/test-float32-y1 FAIL: math/test-float32x-j0 FAIL: math/test-float64-j0 The normal 64bit abi passes fine. huettel@noumea ~ $ gcc --version gcc (Gentoo 11.3.1_p20221209 p3) 11.3.1 20221209 [...] huettel@noumea ~ $ ld --version GNU ld (Gentoo 2.39 p5) 2.39.0 [...] huettel@noumea ~ $ uname -a Linux noumea 5.15.85-gentoo #2 SMP PREEMPT Mon Dec 26 23:22:44 CET 2022 x86_64 Intel(R) Core(TM) i7-8665U CPU @ 1.90GHz GenuineIntel GNU/Linux Here's the result from "make regenerate-ulps": Reviewed-by: Florian Weimer diff --git a/sysdeps/i386/i686/fpu/multiarch/libm-test-ulps b/sysdeps/i386/i686/fpu/multiarch/libm-test-ulps index 284e3fa275..8705a7822c 100644 --- a/sysdeps/i386/i686/fpu/multiarch/libm-test-ulps +++ b/sysdeps/i386/i686/fpu/multiarch/libm-test-ulps @@ -1027,7 +1027,7 @@ ldouble: 3 Function: Imaginary part of "ctan_upward": double: 2 -float: 1 +float: 2 float128: 5 ldouble: 3 @@ -1260,13 +1260,13 @@ float128: 2 ldouble: 8 Function: "j0_downward": -double: 5 +double: 6 float: 9 float128: 9 ldouble: 6 Function: "j0_towardzero": -double: 6 +double: 7 float: 9 float128: 9 ldouble: 6 @@ -1285,13 +1285,13 @@ ldouble: 9 Function: "j1_downward": double: 5 -float: 6 +float: 8 float128: 4 ldouble: 4 Function: "j1_towardzero": double: 4 -float: 6 +float: 8 float128: 4 ldouble: 4 @@ -1617,7 +1617,7 @@ ldouble: 5 Function: "y0_towardzero": double: 4 -float: 4 +float: 8 float128: 3 ldouble: 8 @@ -1641,7 +1641,7 @@ ldouble: 7 Function: "y1_towardzero": double: 3 -float: 4 +float: 9 float128: 6 ldouble: 5