From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 4B2DB385841D; Thu, 8 Feb 2024 14:18:46 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4B2DB385841D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1707401926; bh=aZdLkhUizynlchzVLxqCPNL+6p8rH4Uy5Ljq8Za+YPc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=WcbfP2CCogBCCSK6SqyZLVVbCl+HHk9sPhnJ5HhGag7lLurdzdpzLZ2yyKICorl4N 7+RVsEYhdmdLPy63+sUnfbnWgTBHQtV5ICu8wq8XuPbwVKlsYhYy+NKBbZR7eld8RU cFGllLCsccXNYqYNd8ddrvK7UbWBWmixzi6gXcMY= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/113831] [11/12/13/14 Regression] Wrong VN with structurally identical ref since r9-398-g6b9fc1782effc67dd9f6def16207653d79647553 Date: Thu, 08 Feb 2024 14:18:46 +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: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: rguenth at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: priority assigned_to everconfirmed bug_status keywords target_milestone cf_reconfirmed_on 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=3D113831 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P3 |P2 Assignee|unassigned at gcc dot gnu.org |rguenth at gcc dot = gnu.org Ever confirmed|0 |1 Status|UNCONFIRMED |ASSIGNED Keywords| |wrong-code Target Milestone|--- |11.5 Last reconfirmed| |2024-02-08 --- Comment #1 from Richard Biener --- Mine.=