From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id CCB603858C52; Thu, 21 Sep 2023 15:55:05 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CCB603858C52 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1695311705; bh=1jpOkVz5A9TvS+IUTcui8lnQ8ZvgRgqxdBhLsazjhvI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=jcSyqSGf8UL5+t0y0HbzmJqt+KsLdDQKSKUdRCJMU4lfQr3+w7iQ+7kx4GLOMavJx czdnC2DPX2VV38TQejqUP0d30NSrz50v3vNVVAicJxLRl80nYgHZIF7w2ZDmYZi+qO E9F1OS65C6y7x8nXt6zJqAR47vMUuP4X0SdXkLnM= From: "theodort at inf dot ethz.ch" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/111515] [14 Regression] Missed Dead Code Elimination since r14-4089-gd45ddc2c04e Date: Thu, 21 Sep 2023 15:55:05 +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: missed-optimization X-Bugzilla-Severity: normal X-Bugzilla-Who: theodort at inf dot ethz.ch X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: rguenth at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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=3D111515 --- Comment #3 from Theodoros Theodoridis --- I'm re-reducing the case so that the missed optimization does not depend on inlining to main (the bisection will stay the same). I'll post the updated = code soon.=