public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "cvs-commit at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug target/107025] gas doesn't accept code produced by -mcpu=thunderx3t110
Date: Thu, 29 Sep 2022 10:34:24 +0000	[thread overview]
Message-ID: <bug-107025-4-BS2XYXaPFr@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-107025-4@http.gcc.gnu.org/bugzilla/>

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107025

--- Comment #3 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The trunk branch has been updated by Richard Sandiford <rsandifo@gcc.gnu.org>:

https://gcc.gnu.org/g:0f244d848cffeda68f0eb4c5bb9c7e629bf2e957

commit r13-2940-g0f244d848cffeda68f0eb4c5bb9c7e629bf2e957
Author: Richard Sandiford <richard.sandiford@arm.com>
Date:   Thu Sep 29 11:32:53 2022 +0100

    aarch64: Remove AARCH64_FL_RCPC8_4 [PR107025]

    AARCH64_FL_RCPC8_4 is an odd-one-out in that it has no associated
    entry in aarch64-option-extensions.def.  This means that, although
    it is internally separated from AARCH64_FL_V8_4A, there is no
    mechanism for turning it on and off individually, independently
    of armv8.4-a.

    The only place that the flag was used independently was in the
    entry for thunderx3t110, which enabled it alongside V8_3A.
    As noted in PR107025, this means that any use of the extension
    will fail to assemble.

    In the PR trail, Andrew suggested removing the core entry.
    That might be best long-term, but since the barrier for removing
    command-line options without a deprecation period is very high,
    this patch instead just drops the flag from the core entry.
    We'll still produce correct code.

    gcc/
            PR target/107025
            * config/aarch64/aarch64.h (oAARCH64_FL_RCPC8_4): Delete.
            (AARCH64_FL_FOR_V8_4A): Update accordingly.
            (AARCH64_ISA_RCPC8_4): Use AARCH64_FL_V8_4A directly.
            * config/aarch64/aarch64-cores.def (thunderx3t110): Remove
            AARCH64_FL_RCPC8_4.

  parent reply	other threads:[~2022-09-29 10:34 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-24  8:41 [Bug target/107025] New: " rsandifo at gcc dot gnu.org
2022-09-24 13:57 ` [Bug target/107025] " pinskia at gcc dot gnu.org
2022-09-26  9:34 ` ktkachov at gcc dot gnu.org
2022-09-29 10:34 ` cvs-commit at gcc dot gnu.org [this message]
2022-09-30 10:35 ` rsandifo at gcc dot gnu.org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-107025-4-BS2XYXaPFr@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).