From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id F0BBC385188C; Mon, 5 Dec 2022 23:34:08 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org F0BBC385188C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1670283248; bh=+cCbf5Vwyfm80Mv4XTrIT1d2/E9+qNVWcwZ0UeUzXhg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=soTaX2TiIhIKcQoDdGupb9LG9ncpCAdN3EhC2pSXIeaIYU9bz4/d3sZ/6clPdEO6A ca8S8xcFCl8mkj3XXIDTDjS9u2yNhMCeCTCDkliUUDhUq5D+6/5IaVcD/e656LxLv5 vdHaBVoL2IxKZfTP2wbqUaimR/yh5BSh8agvCiHI= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/107860] Compilation failure, ambiguous fisttp Date: Mon, 05 Dec 2022 23:34:08 +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: build X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: INVALID X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution 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=3D107860 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |INVALID --- Comment #8 from Andrew Pinski --- You need to do "arch -x86_64 bash" to this build really. Otherwise you end up with the arm64 assembler. So if you start with that, it should work.=