From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A2A873858433; Tue, 8 Aug 2023 15:46:45 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A2A873858433 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1691509605; bh=2RxgJHcvMFIg0vM8g93wT2Li63CGyWXFW2ZlpK5yCaM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=PHgjwCDL/bc9t8/DQh+AMVWBkNq4z2oMCZQ2W5wj+S77M7uKjcIE1Ca81xUkDvWLI hUhE/sPQV0lrf5FoZKJP3MIRv6E3dIxjOdK+eC/4JjIn4oLI2VEb5gORRbS68e7oCY S2wY5rrv1lnlLLOlh3rjPHvCaGvbCqw7Sh3/XXHo= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/103281] [12/13/14 Regression] Dead Code Elimination Regression at -O3 (trunk vs 11.2.0) Date: Tue, 08 Aug 2023 15:46:45 +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: 12.0 X-Bugzilla-Keywords: missed-optimization X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: pinskia at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: target_milestone bug_status resolution 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=3D103281 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|10.5 |14.0 Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #12 from Andrew Pinski --- Fixed for GCC 14 and since this is a missed optimization with generated cod= e, it is less likely to show up in real code so closing as fixed.=