From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E1E4E3858C00; Sat, 4 Nov 2023 20:41:57 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E1E4E3858C00 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1699130517; bh=YjiMsdoL6c7ZbNDfC0otAe/Mv6jGXInZcfiSy6ZDfTs=; h=From:To:Subject:Date:In-Reply-To:References:From; b=sI+3eHQrbEZfEb/St0ItPsCgvC3BuUeaOq9/wGjg7mE9wSJH6DaQbK9qdhbnyASYh 09rY30szCHVvaDteyu2cZsKOLNeIJXqIrwkMIw91UuzkQYM4JAH4IQySpzGBE+vU9Z Aa2NGnhfxQaqUzZ3Ob6hsax6YieumnKt0KujBKB4= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/110903] [12/13 Regression] Dead Code Elimination Regression since r12-4526-gd8edfadfc7a979 Date: Sat, 04 Nov 2023 20:41:57 +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 X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: target_milestone 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=3D110903 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|12.4 |14.0 --- Comment #7 from Andrew Pinski --- Fixed. I doubt this missed optimization patch can be backported so closing= as fixed. Maybe it would be good to have a testcase committed for both cases though.=