From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 50AC13858403; Sat, 2 Dec 2023 00:23:46 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 50AC13858403 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1701476626; bh=xReSFIadU6pgE3BB7m1AHPkIpjkVWcCsW90whOpeBWI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=gXdbB52JAyvqCGTty2bLvXEL64JsxUHGcw3IC4FiAmVzvMed8cjepWTRk0YlU5XIe pO7fd04iNzHhNkpxtbTGgFvkN9VK7m/6Q3on1MRLpXo3UjkI80Q5KXFtuN+v0F7c6I 0GrwXFUWOIuo5MyMcp8BqEIVNiJOjVhK2Ruf9Miw= From: "hp 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, 02 Dec 2023 00:23:45 +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: hp 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 #3 from Hans-Peter Nilsson --- (In reply to Richard Biener from comment #2) > Note they XPASS on the 13 branch as well IIRC. XPASS without Alex patch? Is that XPASS a typo for FAIL or PASS? Either way, they FAIL, for ia32 say these results from gcc-testresults@: i386-pc-solaris2.11 https://gcc.gnu.org/pipermail/gcc-testresults/2023-November/800123.html x86_64-pc-linux-gnu -m32 (but not -mx32 nor default) https://gcc.gnu.org/pipermail/gcc-testresults/2023-November/800107.html i686-pc-linux-gnu https://gcc.gnu.org/pipermail/gcc-testresults/2023-November/800113.html And PASS for these: sparc-sun-solaris2.11 https://gcc.gnu.org/pipermail/gcc-testresults/2023-November/800134.html avr-unknown-none https://gcc.gnu.org/pipermail/gcc-testresults/2023-November/800623.html pru-unknown-elf https://gcc.gnu.org/pipermail/gcc-testresults/2023-November/800630.html=