From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 572DD3858CDA; Wed, 11 Jan 2023 09:32:41 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 572DD3858CDA DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1673429561; bh=/w8N3Klz2N/nBBuoc/eDQKGJFlPq41KxjGN0JfgmbUc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=k4nODcb0w4gbnSyUOzFCUfeRrlIdzsxsw1MoJJVkWLd3yO7GsAi2LXk6uvk5mkBd+ 4JD5LMik7RRUAGXB5rJtFYJFlOKXGs0pQY5hiifIIF1yLbxsl0HzFDB/5dV07LU76j Ce5Ap3OlKmcOgf6K8j3lbdU/dxjinCt/8djb1w5E= From: "segher at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/108240] [13 Regression] ICE in emit_library_call_value_1 at gcc/calls.cc:4181 since r13-4894-gacc727cf02a144 Date: Wed, 11 Jan 2023 09:32:37 +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: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: segher at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: linkw at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.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=3D108240 --- Comment #7 from Segher Boessenkool --- -m64 requires 64-bit instructions. We will ICE if we try to generate code for -m64 without support for 64-bit insns enabled in the compiler. For example, the stdu insn is required to implement the ABI sanely. If the user said they want a -mcpu=3D for a CPU that has no 64-bit insns, but also wants to use -m64, we should just say sorry, that won't fly.=