From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D8BB73858D1E; Thu, 28 Mar 2024 20:37:56 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D8BB73858D1E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1711658276; bh=P0mGsUBBej8WhmbKxkjSfBDb0NKnsqZxZB5WSdgBzy8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=OZlNAy+Kr/+LJdq8y3b8FvAlzjo51R9bPILEj9bnvcagxkp4U0PQ7FW/JMUS3Zkmt 5CpfziD70kOQRYyHp/LaEKBbykNfv47DShI1/dN1eKyTJV+jXLjUtesdRyxitoubL6 o/fA3Ujl+Bvc2ysCWXyZhNP6v4qyCJ35EFz/G0TQ= From: "meissner at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/113652] [14 regression] Failed bootstrap on ppc unrecognized opcode: `lfiwzx' with -mcpu=7450 Date: Thu, 28 Mar 2024 20:37:54 +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: 14.0 X-Bugzilla-Keywords: assemble-failure, build X-Bugzilla-Severity: normal X-Bugzilla-Who: meissner at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: segher 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=3D113652 --- Comment #19 from Michael Meissner --- When I wrote the VSX support many years ago, I intended that -mvsx enable a= ll of ISA 2.06, which includes ISA 2.05, etc. My intentions were there 2 options for power7, one is the base ISA 2.07 sup= port for everything except the VSX registers (i.e. -mpopcntd), and the other ena= bles the floating point support. The reason is the kernel needs to be built wit= hout floating point support. If you say -mvsx, it should include the standard power7 integer instructions (-mpopcntd), power6 server instructions (i.e. -mhard-dfp, -mcmpb, -mrecip, -mpowerpc-gfxopt, and -mpowerpc-gpopt), etc. VSX support assumes it can use lfiwax and lfiwzx.=