From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 1B8443870889; Fri, 24 Mar 2023 08:41:51 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1B8443870889 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1679647311; bh=nBdm2VrDx2Dmd0W7rO48RS1tuRUvgoFKFePKNPoU5Ew=; h=From:To:Subject:Date:In-Reply-To:References:From; b=y1i8nhsfbEX3fZgendxZmTCfG91iwUm3g/Pl+ik/lWICFoae7Nzr528jg9Vp/UUzT kme9zjp61EMyX5XIiY+NYsTHmBMPWC5X3HwHJA8gIy0e3p29RY5J963TIPud2SyDq/ ZBOsD7Z+tpzaIqFNiyTIgXbwGqr2hEQ20ORtPFG0= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/99739] [11/12 Regression] missing optimization of a repeated conditional Date: Fri, 24 Mar 2023 08:41:42 +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: 11.0 X-Bugzilla-Keywords: missed-optimization X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.4 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=3D99739 --- Comment #7 from CVS Commits --- The master branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:86111e7b3027de1029718e23ee5fab0ee011e191 commit r13-6845-g86111e7b3027de1029718e23ee5fab0ee011e191 Author: Jakub Jelinek Date: Fri Mar 24 09:39:59 2023 +0100 testsuite: Add testcase for already fixed PR [PR99739] This PR was fixed by r13-1268-g8c99e307b20, I'm adding testcase to make sure we don't regress on it in the future. 2023-03-24 Jakub Jelinek PR tree-optimization/99739 * gcc.dg/tree-ssa/pr99739.c: New test.=