From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id CDE993858413; Tue, 2 May 2023 12:06:07 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CDE993858413 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1683029167; bh=xTmf0KF1PikEZoVaUDZwfQxY7rOJbhlhCbgfiHi+ZJA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=NNJylRvCSLsJPXRkxrc8+nPJzcH+eMV9eNsGRQQ1KMRYsqd+bG1yDHjONKqGQhGy3 hElsaOlLZs1LhQFYoiOmTf8yLFzHxujQwvKIbJKYLHS4KQkcvt4Al1GvTuZgTWtQ4e 9PvKEjGAa6h3LxrO8HEuNUHGp4mq4v2f3vtDWmM0= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/108625] [11 Regression] forwprop introduces new UB Date: Tue, 02 May 2023 12:06:07 +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: 13.0 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: rguenth at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.4 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status cf_known_to_fail resolution cf_known_to_work 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=3D108625 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Known to fail| |11.3.0 Resolution|--- |FIXED Known to work| |11.3.1 --- Comment #6 from Richard Biener --- Fixed.=