From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 744A13857031; Tue, 17 Oct 2023 13:06:27 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 744A13857031 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1697547987; bh=vp4EayBXUDcgwI+uSxI+ORqLIC56voPkVMfwaSOelNM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=aBWSTGtQHdVloF976fVC4AI1WFBdo4OSi1mOheJwC0Cj3HwAUqNt3DPCKgdzSlhk9 KfSRCxj3V/F4V8BKexF1ufbMHL/ORQR9YvRy/edZ2g+KwxidEAe/THfk15AyzQ8jXf FT1KMI2UxQkae9J6mD/jLjYSLE2gk8ksjFRxCihE= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/111727] [14 Regression] wrong code at -O3 on x86_64-linux-gnu Date: Tue, 17 Oct 2023 13:06:27 +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: needs-bisection, wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth 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: 14.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc 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=3D111727 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hubicka at gcc dot gnu.org, | |rguenth at gcc dot gnu.org Priority|P3 |P1 --- Comment #3 from Richard Biener --- t.c:5:10: optimized: loop split so maybe a duplicate of the other splitting issues=