From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id AD585384BC00; Thu, 6 Oct 2022 10:08:03 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org AD585384BC00 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1665050883; bh=gm1WBO2VF3seUll4X1+W8A4vp1BIdRoSP2ZwxdsblcA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=o0nQ1QKO7xK9d/PK0p6RTFULtk6kRafPPPYiDbEMq1Sip66ZQxwZl0ZKxvwUXK6Nu fBp77OUVVcfEpBdK02Q4/uIV9MCdvDyhLFz6lEbM8vh1fJ9TIG2KpmAKgbmmr/jdZG qhiXvwFJfvgF6IH8LHuJlkXNIXZG29BIsRtlBGig= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/107107] [10/11/12 Regression] Wrong codegen from TBAA when stores to distinct same-mode types are collapsed? Date: Thu, 06 Oct 2022 10:08:01 +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: ASSIGNED X-Bugzilla-Resolution: 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: cf_known_to_work short_desc 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 ---------------------------------------------------------------------------- Known to work| |13.0 Summary|[10/11/12/13 Regression] |[10/11/12 Regression] Wrong |Wrong codegen from TBAA |codegen from TBAA when |when stores to distinct |stores to distinct |same-mode types are |same-mode types are |collapsed? |collapsed? --- Comment #11 from Richard Biener --- Fixed on trunk sofar.=