From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 3A3B43858CD1; Fri, 5 Jan 2024 09:59:52 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3A3B43858CD1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1704448792; bh=i+HKbGF9hWyfWgJc0SakGVPkG7cTwYbRmq4z/P+87DA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=GXMVVLuQeuZli17gXDHW6bxoq6nQRN+hgcTZNnddRknoyxa2uOM3qLEeoOdjnI5Aw JKBeDR9OJH/fLITIbvxorenYU+SmNI40CTQ/CRY0P7oNAMR9Wh84Ie4n9kWzG25dg5 vw6vo7LTedYSgtIXD0rE2teOhk5TyvN4q9km0isA= From: "ubizjak at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug rtl-optimization/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: Fri, 05 Jan 2024 09:59:49 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: rtl-optimization X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: ice-on-valid-code, ra X-Bugzilla-Severity: normal X-Bugzilla-Who: ubizjak at gmail dot com 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: component 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 Uro=C5=A1 Bizjak changed: What |Removed |Added ---------------------------------------------------------------------------- Component|target |rtl-optimization --- Comment #5 from Uro=C5=A1 Bizjak --- (In reply to Jakub Jelinek from comment #3) > Started with r13-1716-gfd3d25d6df1cbd385d2834ff3059dfb6905dd75c There is nothing wrong with the constrints in *andndi3_doubleword_bmi: (define_insn_and_split "*andn3_doubleword_bmi" [(set (match_operand: 0 "register_operand" "=3D&r,r,r") (and: (not: (match_operand: 1 "register_operand" "r,0,r")) (match_operand: 2 "nonimmediate_operand" "ro,ro,0"))) (clobber (reg:CC FLAGS_REG))] Reconfirmed as RA problem.=