From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 2B1F83858C1F; Tue, 21 Feb 2023 19:44:02 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2B1F83858C1F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1677008642; bh=xp+3he2w9oHJfgCubvDzh2FhuRq9W6GVoyONlKAqDT4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Osl0la5cuIkhf+h/8EiJZ+0Co4Z+UzySZBugOguwkGDrI8mFMyp7pdcvFfxzo6USG WdBOj3kj4GIztBJNXBHGoEDnS7lde7wxkVwJhSSbQZ7DNCWIh4YEn38ODNtJpvK7hJ NX5o9Rw+0TLrgEt2Hl+R3XgI2jOp00zXIGXrTFPI= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug rtl-optimization/106041] [12/13 Regression] infinite loop in fast_dce at -O1 with aarch64 Date: Tue, 21 Feb 2023 19:44:00 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: rtl-optimization X-Bugzilla-Version: 12.1.0 X-Bugzilla-Keywords: compile-time-hog, needs-bisection X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 12.3 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=3D106041 --- Comment #15 from Andrew Pinski --- (In reply to Richard Biener from comment #12) > The reduced testcase doesn't fail on the trunk=20 Most likely because it was fixed when PR 108681 was fixed .=