From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id AE5A33858421; Wed, 5 Jul 2023 13:34:36 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org AE5A33858421 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1688564076; bh=VSe7+HwNbR4F1VioilmHjDKq1J4Us1/Bs/hqHZX/3kM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=cJHkujscbzFSE/iw4G1023HtTz7wTiJXNapAu94LhztUabYsN1ONDvZSpQfFOgrlu mePxQEUVmezbccMl+bxB93EGSVMH8nvZM+V+HcdV45W6295PtxAeV7YaK3LzkGOIyO N3h8ldcr1ikht05kp9bdA4m5S6EW23BaOajgB/7k= From: "simon at pushface dot org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/107860] Compilation failure, ambiguous fisttp Date: Wed, 05 Jul 2023 13:34:35 +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: simon at pushface dot 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: 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 --- Comment #9 from simon at pushface dot org --- (In reply to Andrew Pinski from comment #8) > 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. Exactly so. I don't think I completely understood your point at the time, sorry about t= hat, but today I verified it!=