From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C6D763858289; Thu, 9 Mar 2023 07:08:21 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C6D763858289 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1678345701; bh=1/aPdUHwMXCIq12SVOkiIgZtekO8K5H6XOFvyayIS/A=; h=From:To:Subject:Date:In-Reply-To:References:From; b=D2CGXQRQ/eVLmN1sPh4UeGGnCysQfDpzlut+4Sy21b++J1BigyblZcX2NsgIiUa8d rs7w/qt+MW9BmO3CUm/34/W+MswaT8iTiBzEQA0MCGjsLJIqa0L2hfXLIEX+95k14s zC03xQJLbR0+xcRrhcvziG/5q0bqYNuA1ATKgTmE= From: "tkoenig at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/109075] [13 Regression] rnflow hangs at -O3 Date: Thu, 09 Mar 2023 07:08:21 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Version: unknown X-Bugzilla-Keywords: needs-bisection X-Bugzilla-Severity: normal X-Bugzilla-Who: tkoenig 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: 13.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: keywords target_milestone 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=3D109075 Thomas Koenig changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |needs-bisection Target Milestone|--- |13.0 --- Comment #4 from Thomas Koenig --- As also confirmed by Paul Thomas, the program works fine at -O2.=