From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id ACA9C385829E; Wed, 31 Aug 2022 18:46:35 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org ACA9C385829E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1661971595; bh=cTyHVYBf416V6jGtfQjpd4BLKQK7R3atrpPMBxpPR4w=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Kzx7oOzCIBqt5o7XvvcL/Sm+pjC5IN1nGofyh4kwX1jArXQE5FfSt69XQz7lxKqZv fqVUq9c3xhoVGg0o5Kzwlyay1IBpzESsgktO3Pmxjugy5mVpp42ueWhF1P6XSK7wiT QDKgHRHhRZ9ANFchKtfUQ5l/rPUjQUU6RcGoaDt4= From: "segher at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/106736] [13 Regression] ICE in gen_movxo, at config/rs6000/mma.md:333 Date: Wed, 31 Aug 2022 18:46:35 +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: ice-on-invalid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: segher at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: linkw at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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=3D106736 --- Comment #9 from Segher Boessenkool --- When MMA is not enabled, the movxo and movoo patterns should never be reach= ed at all; the __vector_{quad,pair} types should not exist, and the {XO,OO}mode-using code should then never be created. So how did this happen here?=