From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E7EC13857C77; Wed, 19 Oct 2022 09:42:52 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E7EC13857C77 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1666172572; bh=SV3e+02aqxnF4x+oXYi32ezN3NNSpPakCEHB/qRNCEE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=CFOGCOvxrp/Sfts3y4M5qG7V6eFT5KKGbWtU9b/lXzLbJ4fLKgPoEpjfhNdzcr7mk IcCmKp4QyagcKbtUt+mfu6nxBvC1fimU3HkpHODOEIMnYduxpD1vO564SKXAzSHxYo w3uYcZupwd2t3/ImKD3R/82JLdlPdEK8EDl046Us= 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: Wed, 19 Oct 2022 09:42:50 +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 #19 from CVS Commits --- The releases/gcc-12 branch has been updated by Richard Biener : https://gcc.gnu.org/g:e8bd12887e5f242bc45c9df14384db052e885d80 commit r12-8847-ge8bd12887e5f242bc45c9df14384db052e885d80 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.=