From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 260093858C39; Tue, 21 Feb 2023 19:33:44 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 260093858C39 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1677008024; bh=u6kCSqHgDCv7soDZIpcM4792Kn/Nrpj1bocOijXIMyI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Syv5n/LEwW1COx3/mhIR86ywdzvsgn9Bn9mfUHYjStz8TAoQFeNKOaJf1rOVENdhr qMQyghxGaxWDHK7sqqCgo9TNnjLMyCnA7IvfcT7svkyx+E7YuKr5uaEsxGw+ZJYs6m Y/qjj7Oh9Swh8mTjGreEu+kq3mKaK48mISA24AT8= From: "rguenth 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:33:43 +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: rguenth 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: keywords everconfirmed bug_status cf_reconfirmed_on 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 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|needs-reduction | Ever confirmed|0 |1 Status|UNCONFIRMED |NEW Last reconfirmed| |2023-02-21 --- Comment #12 from Richard Biener --- The reduced testcase doesn't fail on the trunk (but I lack preprocessed sou= rce for trunk to re-reduce it). The unreduced testcase doesn't build on trunk = due to standard library header portability issues. The reduced testcase is very small - two BBs, one BB with an infinite cycle= and no path to exit.=