From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D715B3858D38; Sat, 1 Oct 2022 03:05:28 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D715B3858D38 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1664593528; bh=y8fgK8+tA7cd5DGC54oJarc9II2JYpQfDynece1PEn8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=hyH86yotIlMNi+9Fd+UbGN62IOEf4UYdBdFTnJl+Tlb7Y+lYlQFvdpXolmwPXMF/G AOlJVfsk1/E1MDnrspYdwcHPbiHqpPVoiFbPAPHFykUIE5TnWFy0fWcwEBfpM86IBO Di3GLKlqbDfaPW7CkdKwWDg7iH2gE2D7KhqFQbVw= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/107107] [10/11/12/13 Regression] Wrong codegen from TBAA when stores to distinct same-mode types are collapsed? Date: Sat, 01 Oct 2022 03:05:28 +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: 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: 10.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: component short_desc bug_status target_milestone cf_reconfirmed_on everconfirmed 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 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Component|middle-end |tree-optimization Summary|Wrong codegen from TBAA |[10/11/12/13 Regression] |when stores to distinct |Wrong codegen from TBAA |same-mode types are |when stores to distinct |collapsed? |same-mode types are | |collapsed? Status|UNCONFIRMED |NEW Target Milestone|--- |10.5 Last reconfirmed| |2022-10-01 Ever confirmed|0 |1 --- Comment #4 from Andrew Pinski --- Note this has been to be a regression since tree level PRE is what is causi= ng the issue and that was added in GCC 4 or 4.1.=