From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from esa2.mentor.iphmx.com (esa2.mentor.iphmx.com [68.232.141.98]) by sourceware.org (Postfix) with ESMTPS id AE47A384D14D for ; Thu, 20 Oct 2022 18:19:13 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org AE47A384D14D Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=codesourcery.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=mentor.com X-IronPort-AV: E=Sophos;i="5.95,199,1661846400"; d="scan'208";a="85233888" Received: from orw-gwy-02-in.mentorg.com ([192.94.38.167]) by esa2.mentor.iphmx.com with ESMTP; 20 Oct 2022 10:19:10 -0800 IronPort-SDR: FkptT2Fa81Ez6Bkf2SY+xv1gS5Wzdf6xKGZtYISGFkVZb71uyoyP3yRQkuyNJqKLw7Dl62f2rh T4MYybOae7CAj8eGwcS6xBOjmk1gF0w9zP2e5OvtDhy65/nIpf8/BPOuIRFI10IyZpn7uIAVTi LyULWm/YYptZ6s2VXDVrEj5d8xVdMgFVjeEx2x4KNEwEpE48VQH72WRFx+NbWStynRTMn23IYx DWDxJz9UIpVPGtn9Raf+MhQz2/iKkyNKsTVGwvxNUrqEHhIjDXMyOuUqBg+GB5YWXwGFr1cSIS 6Jo= Date: Thu, 20 Oct 2022 18:19:06 +0000 From: Joseph Myers X-X-Sender: jsm28@digraph.polyomino.org.uk To: =?ISO-8859-15?Q?Torbj=F6rn_SVENSSON?= CC: Subject: Re: [PATCH v4] testsuite: Sanitize fails for SP FPU on Arm In-Reply-To: <20221019141949.1741947-1-torbjorn.svensson@foss.st.com> Message-ID: References: <20221019141949.1741947-1-torbjorn.svensson@foss.st.com> User-Agent: Alpine 2.22 (DEB 394 2020-01-19) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="-1152306461-1800360287-1666289946=:71947" X-Originating-IP: [137.202.0.90] X-ClientProxiedBy: svr-ies-mbx-13.mgc.mentorg.com (139.181.222.13) To svr-ies-mbx-10.mgc.mentorg.com (139.181.222.10) X-Spam-Status: No, score=-3110.5 required=5.0 tests=BAYES_00,HEADER_FROM_DIFFERENT_DOMAINS,KAM_DMARC_STATUS,RCVD_IN_MSPIKE_H2,SPF_HELO_PASS,SPF_PASS,TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: ---1152306461-1800360287-1666289946=:71947 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8BIT On Wed, 19 Oct 2022, Torbjörn SVENSSON via Gcc-patches wrote: > This patch stops reporting fails for Arm targets with single > precision floating point unit for types wider than 32 bits (the width > of float on arm-none-eabi). > > As reported in PR102017, fenv is reported as supported in recent > versions of newlib. At the same time, for some Arm targets, the > implementation in libgcc does not support exceptions and thus, the > test fails with a call to abort(). This patch is OK. -- Joseph S. Myers joseph@codesourcery.com ---1152306461-1800360287-1666289946=:71947--