From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from esa3.mentor.iphmx.com (esa3.mentor.iphmx.com [68.232.137.180]) by sourceware.org (Postfix) with ESMTPS id DD859396E85D for ; Fri, 13 May 2022 18:23:33 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org DD859396E85D 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.91,223,1647331200"; d="scan'208";a="75717487" Received: from orw-gwy-02-in.mentorg.com ([192.94.38.167]) by esa3.mentor.iphmx.com with ESMTP; 13 May 2022 10:23:32 -0800 IronPort-SDR: nQTVTPZtjnGH/K6toOpHJX1F7NSwV+2viJ5BX/H2gLwCFiQuknl/egntcX3+4TG8VTJa78T6b7 +nVIeS9sTHFOaM54M/Srqlw3ZtC6twblQGQAj2idgcwMGNyMVrc61WS0xiYEtDW9KR/TlzavBc LDGnOqr3nck0s6e9bhWve9gXigg1WzC+cAd+aSsKJqXUNfy82jg7AHH/qGj2FiOM0SDG+Srisy SbSi1e7lJzlpefvfLBOdPjgpCB0g6KSKl83zW+lg9akkvQz7lur56b/iQNT+biLfRGFDSKLFBt 0aQ= Date: Fri, 13 May 2022 18:23:27 +0000 From: Joseph Myers X-X-Sender: jsm28@digraph.polyomino.org.uk To: Christophe Lyon CC: Subject: Re: [PATCH v2 09/10] libgcc: Add support for HF mode (aka __fp16) in libbid In-Reply-To: <20220513175253.356875-1-christophe.lyon@arm.com> Message-ID: References: <20220509143507.239804-10-christophe.lyon@arm.com> <20220513175253.356875-1-christophe.lyon@arm.com> User-Agent: Alpine 2.22 (DEB 394 2020-01-19) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-Originating-IP: [137.202.0.90] X-ClientProxiedBy: svr-ies-mbx-02.mgc.mentorg.com (139.181.222.2) To svr-ies-mbx-10.mgc.mentorg.com (139.181.222.10) X-Spam-Status: No, score=-3119.4 required=5.0 tests=BAYES_00, GIT_PATCH_0, HEADER_FROM_DIFFERENT_DOMAINS, KAM_DMARC_STATUS, KAM_SHORT, SPF_HELO_PASS, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE 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: 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: Fri, 13 May 2022 18:23:35 -0000 On Fri, 13 May 2022, Christophe Lyon via Gcc-patches wrote: > diff --git a/gcc/testsuite/gcc.target/aarch64/convert-dfp-2.c b/gcc/testsuite/gcc.target/aarch64/convert-dfp-2.c I still think the tests should run for x86 as well - that is, for any target supporting both DFP and _Float16 (with appropriate effective-target conditionals; only the scan-assembler tests need be specific to BID). -- Joseph S. Myers joseph@codesourcery.com