From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from resqmta-c1p-024063.sys.comcast.net (resqmta-c1p-024063.sys.comcast.net [IPv6:2001:558:fd00:56::8]) by sourceware.org (Postfix) with ESMTPS id 3E1F938582AB for ; Fri, 17 Feb 2023 19:55:31 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 3E1F938582AB Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=comcast.net Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=comcast.net Received: from resomta-c1p-022584.sys.comcast.net ([96.102.18.233]) by resqmta-c1p-024063.sys.comcast.net with ESMTP id T2jfpRm3XnMmBT6pNpltbr; Fri, 17 Feb 2023 19:55:29 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; s=20190202a; t=1676663729; bh=r7cHMsknnsmntfGVIEUk3cas8jSjLIhi68NcQChxnUg=; h=Received:Received:Content-Type:Mime-Version:Subject:From:Date: Message-Id:To:Xfinity-Spam-Result; b=JtwcNXHjClSCQNuKZOabQS2qiXFhsYv+el90gAXOT0Hpv2IGURvxoSGF+GYar+Sk2 34ERZhNyqywJWUG008H2Rz+OIQo95cQR3voo5GkYsRopsT32Yxl9XEjFXyd746T2ZZ l0NjMmZuIxdwvouu3nYEGkkm82oAaFypLfbPwqyHNKutH91DE1byF+U+T5brAAtXyz rM6GWdlxULbJJL99oUovQ2Xko4TPO01uZV4PzPf1p5qgLbRggtE5cxkdOD+NVRuTir VaP63CyvZGiFKvR/C2zr8pnOycISfxAPlu8AvxuX3vsUOT6LDW2NhiM/zqplAictCx nD36NlKp2NLyA== Received: from smtpclient.apple ([IPv6:2601:640:4100:880:6d28:ca30:17f6:6a6f]) by resomta-c1p-022584.sys.comcast.net with ESMTPSA id T6pIpCQ17PLXpT6pJppjUJ; Fri, 17 Feb 2023 19:55:27 +0000 X-Xfinity-VMeta: sc=-100.00;st=legit Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3696.120.41.1.2\)) Subject: Re: [PATCH] [arm] xfail fp-uint64-convert-double-* on all arm targets From: Mike Stump In-Reply-To: Date: Fri, 17 Feb 2023 11:55:24 -0800 Cc: gcc-patches@gcc.gnu.org, nickc@redhat.com, richard.earnshaw@arm.com, ramana.gcc@gmail.com, kyrylo.tkachov@arm.com, "ro@cebitec.uni-bielefeld.de" Content-Transfer-Encoding: 7bit Message-Id: References: To: Alexandre Oliva X-Mailer: Apple Mail (2.3696.120.41.1.2) X-Spam-Status: No, score=-2.2 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,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 List-Id: On Feb 16, 2023, at 10:20 PM, Alexandre Oliva wrote: > > It wasn't long ago that I xfailed these tests on arm-*-eabi, but the > fail is expected on all other arm targets: even when hard float is > available, conversions between 64-bit integers and double are always > emulated on ARM, and the emulation disregards rounding modes. So, > bump the xfail to all of arm-*-*. > > Regstrapped on x86_64-linux-gnu. > Tested on arm-vxworks7 (gcc-12) and arm-eabi (trunk). Ok to install? Ok.