From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp1.axis.com (smtp1.axis.com [195.60.68.17]) by sourceware.org (Postfix) with ESMTPS id E01CB3858C39 for ; Thu, 24 Aug 2023 01:17:39 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org E01CB3858C39 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=axis.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=axis.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=axis.com; q=dns/txt; s=axis-central1; t=1692839860; x=1724375860; h=from:to:subject:mime-version:content-transfer-encoding: message-id:date; bh=kW9CtbKqoCrLSMh3v1ycV3tqaRVr5+lWThG6hCvdCQY=; b=UcBt/jbbODVdU41SBBXQLuL3YDPKBiVG1rqvikIbih4dJzkC69WVjseE 9CEvUV+6TFLKc2eS4c7q4+Gg+ToOcaVyYuC2AxPHvNIcXiDiWC1PkbvJb tTvJtp6KyTpoukTfNLF0UiZtosvsNMbft8myFA108kTvlgUrFrwURFmNg 0tFkqa8DZzOktq7cN+k7xplzrSp8mtPN12CMWZQXEEFqVmQjsHuJNo0ri U4N4DiZeTA/iWQo1WAKCUBRmbzpxkht0A3tycWpGx98VKwTZ+jTLXNcLD reiw4GHZV+gCN0EGHD0Jop3X4YxSEH5LNhyOV0CQHMMrHSi/q+/IHan6/ w==; From: Hans-Peter Nilsson To: Subject: [committed] testsuite: Xfail gcc.dg/tree-ssa/update-threading.c for CRIS, PR110628 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8BIT Message-ID: <20230824011738.5A3122040D@pchp3.se.axis.com> Date: Thu, 24 Aug 2023 03:17:38 +0200 X-Spam-Status: No, score=-11.0 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,GIT_PATCH_0,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 List-Id: Oops, looks like the PR title annotation didn't work and I forgot the classic changelog annotation. Anyway, after fixing a testsuite inconsistency, this test fails for *some* architectures and shows up as a regression; see the PR. -- >8 -- * gcc.dg/tree-ssa/update-threading.c: Xfail for cris-*-*. --- gcc/testsuite/gcc.dg/tree-ssa/update-threading.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/testsuite/gcc.dg/tree-ssa/update-threading.c b/gcc/testsuite/gcc.dg/tree-ssa/update-threading.c index 1435e9ba2e02..9500099cddff 100644 --- a/gcc/testsuite/gcc.dg/tree-ssa/update-threading.c +++ b/gcc/testsuite/gcc.dg/tree-ssa/update-threading.c @@ -20,4 +20,4 @@ main (int argc, char **argv) foo (((A) { ((!(i >> 4) ? 8 : 64 + (i >> 4)) << 8) + (i << 4) } ).a); exit (0); } -/* { dg-final { scan-tree-dump-times "Invalid sum" 0 "optimized" } } */ +/* { dg-final { scan-tree-dump-times "Invalid sum" 0 "optimized" { xfail cris-*-* } } } Xfail: PR110628 */ -- 2.30.2