From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 08A9C385840D; Tue, 23 Apr 2024 12:46:37 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 08A9C385840D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1713876398; bh=iLKBYNk1SBGleynFyiHIpgmNZ8EGNihs8ve6CMl2/Qo=; h=From:To:Subject:Date:In-Reply-To:References:From; b=xj9UwGsTseo1q42eJwey7q06rx7XWsORoUnfDLWikERj/YfNkE+qubY3qNBia4jTy GN2R12TNfLLKe+6cdth7K+RSb0kN7d8lPWStfCNTXFnMgyJeqh+CwQnMLKb2NKvMs/ vJmM9F+lQyJwXqwT+aM6x4hDZAgHhzN2hEKLkD2c= From: "ubizjak at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug rtl-optimization/114810] [14 Regression] internal compiler error: in lra_split_hard_reg_for, at lra-assigns.cc:1868 (unable to find a register to spill) {*andndi3_doubleword_bmi} with -m32 -mstackrealign -O2 -mbmi -fno-exceptions -fno-plt Date: Tue, 23 Apr 2024 12:46:37 +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: ra X-Bugzilla-Severity: normal X-Bugzilla-Who: ubizjak at gmail dot com X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: jakub at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.0 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=3D114810 --- Comment #14 from Uro=C5=A1 Bizjak --- (In reply to Jakub Jelinek from comment #13) > Created attachment 58013 [details] > gcc14-pr114810.patch >=20 > So like this? Tried hard to reduce the testcase, but it didn't progress = at > all, so at least tried manually using cvise's clex to rename tokens a lit= tle > bit. LGTM.=