From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id DDBF93858D33; Sun, 3 Sep 2023 16:27:26 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DDBF93858D33 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1693758446; bh=qXCVYRB1o/3NpxYm98SA6QMDBZa1WN0CGTCec+DZNdo=; h=From:To:Subject:Date:In-Reply-To:References:From; b=xtoePrVwJ2X2n+vaXXkd5nOg4VMsMA55FUCHc5rAwX8FeBkCFLnnVZiM5wXprKT5a NE2J4vJaqv5VNMuOTdwz5Tm36q8QWU/PayRlsweWDGgRKaovJ2uGwkQV4aWPAkPRyR 5AOO2YJ+2OXWM1MgLY7rSVqLLbx8K9wFoLFFjJko= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/105832] [13/14 Regression] Dead Code Elimination Regression at -O3 (trunk vs. 12.1.0) Date: Sun, 03 Sep 2023 16:27:25 +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: 13.0 X-Bugzilla-Keywords: missed-optimization, patch X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: pinskia at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.3 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_file_loc 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=3D105832 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- URL| |https://gcc.gnu.org/piperma | |il/gcc-patches/2023-Septemb | |er/629172.html Keywords| |patch --- Comment #17 from Andrew Pinski --- Fixed up patch posted: https://gcc.gnu.org/pipermail/gcc-patches/2023-September/629172.html=