From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 5F1143858C00; Thu, 14 Sep 2023 21:11:41 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5F1143858C00 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1694725901; bh=829bdcHddI2Q0Qs95pMMLPQhlgDym1CaMlHST3r5oQo=; h=From:To:Subject:Date:In-Reply-To:References:From; b=FckZ4kFe6ERzTVimbtnUJG59xfNuKmO5VaEI3gL63ul8S/Jk79RPp4AFL1T0XPjIt tuZowrPGS0ql31ivmSKBVz4CZnJ8JodqpLPt20atELOP+Nif+nKWVOIVtt1L9wo4dH GWiYNXt1qhpGqOzAdRJZSYO459pf2ZtM9JoROTbk= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/110992] [14 Regression] Dead Code Elimination Regression at -O3 since r14-1654-g7ceed7e3e29 Date: Thu, 14 Sep 2023 21:11:40 +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: pinskia at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned 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=3D110992 --- Comment #3 from Andrew Pinski --- So this was fixed by accident via r14-3721-ge6bcf83989478348428c732 .=