From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E8DEA3858C54; Fri, 12 May 2023 13:40:41 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E8DEA3858C54 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1683898841; bh=dsgV3BeiuCzkElPDPODOzHNFtY8XIZoKNHeLfARdHgk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=c9mWUPu9cNd+R7rrednuT+zHmKz3s007OtDh3Dy6LJufZ3VSje3A2k73kuJqz7aAL eWBxv21JxjlcXPX9dqYwAC9SaZy8M5uC0mpJhBRzViBl5cH4BOfAxwk0WAKliw7AcZ fiTAmrzUlAZ2kb5mgZSw8Zc6yvfR41spyxSDuY40= From: "vmakarov at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/109541] [12/13/14 regression] ICE in extract_constrain_insn on when building rhash-1.4.3 Date: Fri, 12 May 2023 13:40:41 +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: 13.0 X-Bugzilla-Keywords: needs-bisection X-Bugzilla-Severity: normal X-Bugzilla-Who: vmakarov at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: ebotcazou at gcc dot gnu.org X-Bugzilla-Target-Milestone: 12.4 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=3D109541 --- Comment #8 from Vladimir Makarov --- (In reply to Eric Botcazou from comment #7) > The problem is that LRA assigns a floating-point register to the PIC > pseudo-register (pic_offset_table_rtx) and the SPARC back-end is not > prepared for it. >=20 > Vladimir, would it be feasible to prevent this from happening? Sure. I'll work on this after my vacation (in one week).=