From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 80C413858D28; Mon, 7 Aug 2023 02:17:35 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 80C413858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1691374655; bh=uh39Pp26ZZeMLFasHefemx9c7KaIWMgnI7BvWJ+qY0s=; h=From:To:Subject:Date:In-Reply-To:References:From; b=wYyUfRCUDCWzxxAhd2ENjFJPP/JhHySuNrQuRBQ0NGumg0Eie7M0q6/x3ZRS6sn5F xK2tYyLFDcewZqDf0rTWECCUlE2Ndcos4+Ag/LY/ttAcUgq/Uy/f7dbfjRTMl0YkP5 Qa6i+HoZxDgy1S3KD5puIP3V31vUXSDGZvPctwc8= From: "sjames at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/110926] [14 regression] Bootstrap failure (matmul_i1.c:1781:1: internal compiler error: RTL check: expected elt 0 type 'i' or 'n', have 'w' (rtx const_int) in vpternlog_redundant_operand_mask, at config/i386/i386.cc:19460) Date: Mon, 07 Aug 2023 02:17: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: 14.0 X-Bugzilla-Keywords: build, ice-checking, ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: sjames 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: 14.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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=3D110926 --- Comment #3 from Sam James --- Created attachment 55698 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D55698&action=3Dedit reduced.i Reduced version attached, not cleaned it up yet.=