From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 0189F3858C74; Fri, 21 Apr 2023 08:34:30 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0189F3858C74 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1682066071; bh=2nMdtnPR/JyNa7bIrwhtFcJcH/ZodsXGidj0mlzRZho=; h=From:To:Subject:Date:In-Reply-To:References:From; b=xL+mk1ZG66dIOItSvubWVNy8YJcjUmhttn6NMxLfcghKQI3tRNjxisHFhOIrKOj4E qxbbpkWDw2NvCLagh79h23D1+L2Xb+Q1hNVsvVFDqSIFU/YDvq6mwk9Tnn6kljryQP nvs7+eTwdTWdkIp6BFBQQ1LmJwW3dcJuhRdWh9us= From: "sebastian.huber@embedded-brains.de" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/109566] powerpc: unrecognizable insn for -mcpu=e6500 Date: Fri, 21 Apr 2023 08:34:27 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: sebastian.huber@embedded-brains.de X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cf_known_to_work 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=3D109566 Sebastian Huber changed: What |Removed |Added ---------------------------------------------------------------------------- Known to work| |12.1.0, 12.2.0 --- Comment #1 from Sebastian Huber --- I did a git bisect using. It ended up in this commit: commit d75be7e4343f049176546aa9517d570e5eb67954 Author: Andrew MacLeod Date: Thu Oct 6 15:01:24 2022 -0400 Add partial equivalence recognition to cast and bitwise and. This provides the hooks that will register partial equivalencies for casts and bitwise AND operations with the appropriate bit pattern. * range-op.cc (operator_cast::lhs_op1_relation): New. (operator_bitwise_and::lhs_op1_relation): New. gcc/range-op.cc | 65 +++++++++++++++++++++++++++++++++++++++++++++++++++++= ++++ 1 file changed, 65 insertions(+)=