From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B4A613858427; Fri, 26 Aug 2022 11:33:02 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B4A613858427 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1661513582; bh=ZH/1ERWu69xA1TyFphP63TM129SEipW6o8gPbqMgikY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=hKhDtOtfUG83OkwXvQEb9Q2bEpJY2xOCF0keB8z0zkhrOJnFEo5Zlq/9WNfuxiM4b zX+wPe9SBa86Q0i53sPbmRsXI1CIX82gH/ElsKCCtJ2/NbSdEf0uTFS+5iiXgNL9QF BS/v1+3eGZb8nEGmNC817b3Tyy8dOnZ0BNXHy5gM= From: "linkw 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: Fri, 26 Aug 2022 11:33:01 +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: linkw 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: assigned_to bug_status attachments.created 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 Kewen Lin changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|unassigned at gcc dot gnu.org |linkw at gcc dot gn= u.org Status|NEW |ASSIGNED --- Comment #4 from Kewen Lin --- Created attachment 53513 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D53513&action=3Dedit pr106736.diff > No, the __vector_quad and __vector_pair types should only be used for MMA > support. That's not to say in the future that some other different types > might produce XOmode and OOmode usage. So basically, the "types" are > limited to MMA, but the opaque modes are not limited to MMA. Thanks for the comments! One patch guarding these types is attached, it can= fix the ICE.=