From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 5057D3861025; Thu, 4 Jan 2024 12:04:27 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5057D3861025 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1704369867; bh=VTOO7Z4JedQ7vFbG3+EtskzWCS17+iGM5nVG0wNvCfw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=uq5qwbv63ewVs+VntMynWW08BygmF6f6oeTQBPFLTvbDmcZkPHuAPDST8mq1yVkhT hCwflubyZIMOv1H5gzMN7VovXwHGYLQKZ9SWVlpKredQ8NkO0NclgVFVY9+KZbQSOR YJabP+tTi5ez6USKNpFFPlXBwaKPcg0KV9jL22J4= From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/113048] [13/14 Regression] ICE: in lra_split_hard_reg_for, at lra-assigns.cc:1862 (unable to find a register to spill) {*andndi3_doubleword_bmi} with -march=cascadelake since r13-1716 Date: Thu, 04 Jan 2024 12:04:26 +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: ice-on-valid-code, ra X-Bugzilla-Severity: normal X-Bugzilla-Who: jakub at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.3 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=3D113048 --- Comment #4 from Jakub Jelinek --- (In reply to Manuel Lauss from comment #2) > I'm seeing similar ICE in xgcc when trying to build GCC-14 for MIPS32; > it goes away when I drop "-fPIC" or "-march=3Dmips32": Please file this separately, that is extremely unlikely the same issue.=