From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 8D85F3847834; Mon, 16 Aug 2021 23:42:43 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8D85F3847834 From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug rtl-optimization/55025] reg_nonzero_bits_for_combine/get_last_value: missing mode check for hardware registers Date: Mon, 16 Aug 2021 23:42:43 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: rtl-optimization X-Bugzilla-Version: 4.6.3 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 8.3 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status target_milestone keywords see_also 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 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Aug 2021 23:42:43 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D55025 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Target Milestone|--- |8.3 Keywords| |wrong-code See Also| |https://gcc.gnu.org/bugzill | |a/show_bug.cgi?id=3D85805, | |https://gcc.gnu.org/bugzill | |a/show_bug.cgi?id=3D71976 Known to work| |8.3.0, 9.1.0 Resolution|--- |FIXED --- Comment #3 from Andrew Pinski --- reg_nonzero_bits_for_combine was fixed at r9-2022 and got backported to gcc= 8.3 by r8-9084. get_last_value was fixed at r7-2295 and backported to GCC 6.2.0 by r6-8363 = and to gcc 5.5 by r5-9832. So fully fixed for GCC 8.3.=