From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C44063858024; Thu, 11 Jan 2024 13:43:37 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C44063858024 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1704980617; bh=Pdo2lJ3Fp47YDUgBnl3EoA5GhiFnZrK6i8HBxxAFFhI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=L+6ZR3GOMhhOyr1w2wLJLrHDgmmLpKRgVjGDWM3KSeOYe/cp3Gk7/TDAANYPhgcm3 k8tZ4ddXzEL4ZWgNZNDISVswlneVWjAY7OzwVcTTC/u1q0CJS2jSwcT4X8q4cPmQyd Om83aTCiV3ayqiL+2cV99clro2DNxi2ePvVpk1QE= From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/113323] ICE: tree check: expected none of vector_type, have vector_type in bitint_precision_kind, at gimple-lower-bitint.cc:131 with _BitInt() Date: Thu, 11 Jan 2024 13:43:37 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: jakub at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: jakub at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to everconfirmed bug_status cf_reconfirmed_on 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=3D113323 Jakub Jelinek changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|unassigned at gcc dot gnu.org |jakub at gcc dot gn= u.org Ever confirmed|0 |1 Status|UNCONFIRMED |ASSIGNED Last reconfirmed| |2024-01-11 --- Comment #1 from Jakub Jelinek --- Created attachment 57043 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D57043&action=3Dedit gcc14-pr113323.patch Untested fix.=