From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 81C033858295; Thu, 30 Nov 2023 17:05:04 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 81C033858295 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1701363904; bh=pxeJpAeE22QNXFQHweXuMO5XxLSZIUiOQMhxqI6ExX0=; h=From:To:Subject:Date:From; b=dUjDLw4XidfVZAQ5G4JklHtd1a2o5YWBuIDwr2XZ3QH5VHK/SvBli17RGQlglwMjf koHTsyHPa3s93ydWmm9Hrab/WgDguETWmhATQfi3KY+aDLiWFJFpaplXD4MsiPR/vE oBVvrY7lZLOpK+Y54O0s+biBovJVAeFbJr5V0oj4= From: "hp at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug testsuite/112786] New: [14 Regression] gcc.dg/tree-ssa/scev-3.c scev-4.c and scev-5.c XPASSing on most ilp32 targets Date: Thu, 30 Nov 2023 17:05:03 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: testsuite X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: testsuite-fail X-Bugzilla-Severity: normal X-Bugzilla-Who: hp at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status keywords bug_severity priority component assigned_to reporter cc blocked target_milestone cf_gcctarget Message-ID: 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 Bug ID: 112786 Summary: [14 Regression] gcc.dg/tree-ssa/scev-3.c scev-4.c and scev-5.c XPASSing on most ilp32 targets Product: gcc Version: 14.0 Status: UNCONFIRMED Keywords: testsuite-fail Severity: normal Priority: P3 Component: testsuite Assignee: unassigned at gcc dot gnu.org Reporter: hp at gcc dot gnu.org CC: aoliva at gcc dot gnu.org Blocks: 96831 Target Milestone: --- Target: cris-elf, m68k-linux-gnu, arm-eabi, pru-elf, ft32-elf, c6x-elf, epiphany-elf, lm32-elf, microblaze-linux, m32r-elf, mcore-elf, shle-linux This tracks the three regressions for most ilp32 targets (see target field; default configurations only) that were appearing with r14-5608-g69741355e6d= bcf; regressions because they didn't show up before, in particular as a XPASS. For discussing underlying issues, PR96831 is probably a better choice. Referenced Bugs: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D96831 [Bug 96831] gcc.dg/tree-ssa/scev-[345].c FAIL on i?86 and arm=