From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A86D33858C78; Wed, 7 Feb 2024 23:15:22 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A86D33858C78 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1707347722; bh=kW8YXph3yd4nNcYOZSWIwWNRh6bhhmZB5Pefp6eynwI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=IRX0TTm0k7eWqBbgulfO/mhqB4E84OZsTvHWTWbEwYcdFuGzitcB0sq7IEHx97qOs HWt8xCVZOIbjYGtlVR018f2x11u1MoHqHLjheeqLlxMNbjy1cMCJoJiLr+kx9qXtRJ LIbUGmUhE/pFEkPKwgvzyaOTySCwLOEHVQh6Oy6I= From: "amodra at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/113652] [14 regression] Failed bootstrap on ppc unrecognized opcode: `lfiwzx' with -mcpu=7450 Date: Wed, 07 Feb 2024 23:15:21 +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: amodra at gmail dot com X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc 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 Alan Modra changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |amodra at gmail dot com --- Comment #14 from Alan Modra --- (In reply to Kewen Lin from comment #11) > I wonder if assembler can enable POWER7 when PPCVSX gets enabled like what > gcc adopts now? That wouldn't be a solution, because gcc needs to deal with older assemblers that won't have such a change. I don't have a strong opinion on whether ne= wer versions of gas ought to enable all power7 instructions when given -mvsx, b= ut I can say that -mvsx followed the precedent of other similar options, eg. -maltivec, -mlsp, where the option adds instructions for some function unit= to the current cpu supported.=