From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 74C943858420; Sat, 9 Dec 2023 01:03:30 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 74C943858420 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1702083810; bh=nCVuRyGQrduKelde4ZssqzeGQ4UKdzEpjWZGSajbjLU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=jc8c8eCnO+iuDnzXsXoJ6ozef8BSDfrW0bHKsEIGmn5rC8FUgZoeoX0jnkZ8w9ile 3YgmBqiROnwMJk5Dk2Lm6ZzsHBAE4/CHvZNxuzIhX/Yk8gJXZZZETD3+s82XbUV52W V18YWQeq8uHx8WYUB1f1mbEyakRqwOswif53EaxY= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug testsuite/112786] [14 Regression] gcc.dg/tree-ssa/scev-3.c scev-4.c and scev-5.c XPASSing on most ilp32 targets Date: Sat, 09 Dec 2023 01:03:25 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: testsuite X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: patch, testsuite-fail X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: hp at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D112786 --- Comment #4 from GCC Commits --- The master branch has been updated by Hans-Peter Nilsson : https://gcc.gnu.org/g:0f3bac474e8f6563a59f814ccf7609ced48b1157 commit r14-6353-g0f3bac474e8f6563a59f814ccf7609ced48b1157 Author: Hans-Peter Nilsson Date: Thu Dec 7 17:23:30 2023 +0100 testsuite: Remove gcc.dg/tree-ssa/scev-3.c -4.c and 5.c These tests were recently xfailed on ilp32 targets though passing on almost all ilp32 targets (known exceptions: ia32 and some arm subtargets). They've been changed around too much to remain useful. PR testsuite/112786 * gcc.dg/tree-ssa/scev-3.c, gcc.dg/tree-ssa/scev-4.c, gcc.dg/tree-ssa/scev-5.c: Remove.=