From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 4B701385B53C; Thu, 26 Jan 2023 13:06:27 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4B701385B53C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1674738387; bh=GofvDhpi0QpF1rGHntWEzalr5mxqCAPYi+fucLjUKd8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=e3xhkmrrVDKdJ5G3eAlnOc5yr8OBG1dK7oSQpYhAfzxRGPP9F5vL7zHymn3Bdzvad W/GkHa/YHQtj65XvxdlpnWaxAicc6neIJcTH1lfis5Ut+q11Bssf5QsUKPgJxUtV/V OQTZt0KMmGDRW0svFv7HRiP2VSoGFZ9RDy/YscA0= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/107107] [10 Regression] Wrong codegen from TBAA when stores to distinct same-mode types are collapsed? Date: Thu, 26 Jan 2023 13:06:27 +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: unknown X-Bugzilla-Keywords: alias, 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: P3 X-Bugzilla-Assigned-To: rguenth at gcc dot gnu.org X-Bugzilla-Target-Milestone: 10.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status cf_known_to_fail cf_known_to_work resolution 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=3D107107 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Known to fail| |10.4.0 Known to work| |10.4.1 Resolution|--- |FIXED --- Comment #15 from Richard Biener --- Fixed.=