From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id ACA393858401; Wed, 12 Jul 2023 17:32:13 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org ACA393858401 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1689183133; bh=NLasM0L+8fa5derBgtmLm7nHW1EVNfe6kIzxh8Efgbk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=pXiksz/NcF0pJB6zBzjAUTuJmK1LjccvS/SCM4yK3oAt1HuF33F+vXgGJxrFn4jxt oiZ8pwfaydaXwSKE1o9849AiHXuW7V1rAtVv4jhA2nZrvxmkaXytlne3x/VZhKOkoN fawKAmp0s+dRGmon3AfA2ygLVa2dza8LAzQdcl/I= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/110539] [14 Regression] Dead Code Elimination Regression at since r14-338-g1dd154f6407 Date: Wed, 12 Jul 2023 17:32:13 +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, patch X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: pinskia at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_file_loc 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=3D110539 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- URL|https://gcc.gnu.org/piperma |https://gcc.gnu.org/piperma |il/gcc-patches/2023-July/62 |il/gcc-patches/2023-July/62 |3881.html |4293.html --- Comment #9 from Andrew Pinski --- New patch submitted: https://gcc.gnu.org/pipermail/gcc-patches/2023-July/624293.html Which also gets rid of the call to foo at -O1 -fstrict-aliasing too (which = was not done in GCC 13 either).=