From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 251CE3858C60; Mon, 22 Apr 2024 12:45:02 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 251CE3858C60 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1713789902; bh=szKb9ljp4ego2Bq/vLZ11pkQQRukEfv1oX+gZQurQwU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=wCHdPPYWplNr6pw64PJlTKcu+I1iH+khLZG4luyDbEKJ7WioLzzKKu0W8LfexZAhQ k5TSU7g8tebaRJk2uy7NzJCW5JWgXTHqEti5guUMsYelokoh4FHxzm2l5H6uL8WjnT YklvjUgubFiLBwML/VMdLtXwcyYXsjv5AR8BLrl8= From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/114787] [13/14 Regression] wrong code at -O1 on x86_64-linux-gnu (the generated code hangs) Date: Mon, 22 Apr 2024 12:45:00 +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: 14.0 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: jakub at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.3 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: priority 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=3D114787 Jakub Jelinek changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P2 |P1 --- Comment #12 from Jakub Jelinek --- I think this should be still P1, while with -fdump-tree-all-all it miscompi= led the testcase already before, most users don't use those options, and on the trunk it is a regression with just -O1.=