From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 4B498385116F; Thu, 29 Sep 2022 22:34:38 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4B498385116F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1664490878; bh=mHvaJizMaMBu/rZS5oIIXb5c8JdFqxPpaB0Yuma5fwk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Z5htOs7qnr2V33Yd4hZnuPez4evGjdtYouv9ZNdA9G2JikMFIos77V86mwC1T+EIg 3W2gUpgCrFLJgyjRVbpy/uwOXj6CTiEOgHPDs1fMYnp0DkvkuVsqK0vnjREUX/0c86 H89IDolI/Wnc/kgoLjwuBdA6Hg90lbC8iwRJ4oqQ= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/102892] [12/13 Regression] Dead Code Elimination Regression at -O3 (trunk vs 11.2.0) Date: Thu, 29 Sep 2022 22:34:35 +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, testsuite-fail X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: REOPENED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 12.3 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=3D102892 --- Comment #18 from CVS Commits --- The master branch has been updated by Andrew Macleod : https://gcc.gnu.org/g:845ee38e9b40230fbb1b9825fb62146fd858cd96 commit r13-2970-g845ee38e9b40230fbb1b9825fb62146fd858cd96 Author: Andrew MacLeod Date: Tue Sep 27 18:42:33 2022 -0400 Remove undefined behaviour from testscase. There was a patch posted to remove the undefined behaviour from this testcase, but it appear to never have been applied. gcc/teststuite/ PR tree-optimization/102892 * gcc.dg/pr102892-1.c: Remove undefined behaviour.=