From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 17788384AB6C; Mon, 22 Apr 2024 07:39:49 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 17788384AB6C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1713771590; bh=6kpxKSYbu76zJZ53h3Alqw1SJLc5k7NKsC173NqIY6Q=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Ek76J1FVUxj7ydZPeU5CUaSHn9RDtS+A+tHfakZ0TzgTXcnevTtVEM69iPhCQYtjh HL8XSMy/r+MdpFaaMF0sbghDMROldgjpGnMhM4Y3CrFrBGnikEFjq7Nam0cMfGDNYs 8VMb0pWXrXLtpeeHc0IuKLf0rDV2fP1m26OqiYkI= 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 07:39:49 +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: P2 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.3 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: priority keywords 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|P1 |P2 Keywords|needs-bisection | --- Comment #7 from Jakub Jelinek --- With -fdump-tree-all-all it started with r13-3898-gaf96500eea72c674a5686b35c66202ef2bd9688f The assembly with r13-3897 is the same between -O1 and -O1 -fdump-tree-all-= all, while with r13-3898 it is different and the testcase hangs.=