public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Tamar Christina <tnfchris@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc r12-1172] AArch64: Fix failing testcase for native cpu detection
Date: Thu,  3 Jun 2021 09:26:41 +0000 (GMT)	[thread overview]
Message-ID: <20210603092641.C8D77385800A@sourceware.org> (raw)

https://gcc.gnu.org/g:d9a83b99349071e1c6e78df7fea3424338390d5e

commit r12-1172-gd9a83b99349071e1c6e78df7fea3424338390d5e
Author: Tamar Christina <tamar.christina@arm.com>
Date:   Thu Jun 3 10:26:02 2021 +0100

    AArch64: Fix failing testcase for native cpu detection
    
    A late change in the patch changed the implemented ID to one that
    hasn't been used yet to avoid any ambiguity. Unfortunately the
    chosen value of 0xFF matches the value of -1 which is used as an
    invalid implementer so the test started failing.
    
    This patch changes it to 0xFE which is the highest usable number.
    
    gcc/testsuite/ChangeLog:
    
            * gcc.target/aarch64/cpunative/info_16: Update implementer.
            * gcc.target/aarch64/cpunative/info_17: Likewise

Diff:
---
 gcc/testsuite/gcc.target/aarch64/cpunative/info_16 | 2 +-
 gcc/testsuite/gcc.target/aarch64/cpunative/info_17 | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gcc/testsuite/gcc.target/aarch64/cpunative/info_16 b/gcc/testsuite/gcc.target/aarch64/cpunative/info_16
index b0679579d91..2c04ff19cb6 100644
--- a/gcc/testsuite/gcc.target/aarch64/cpunative/info_16
+++ b/gcc/testsuite/gcc.target/aarch64/cpunative/info_16
@@ -1,7 +1,7 @@
 processor	: 0
 BogoMIPS	: 100.00
 Features	: fp asimd evtstrm aes pmull sha1 sha2 crc32 asimddp sve sve2
-CPU implementer	: 0xff
+CPU implementer	: 0xfe
 CPU architecture: 8
 CPU variant	: 0x0
 CPU part	: 0xd08
diff --git a/gcc/testsuite/gcc.target/aarch64/cpunative/info_17 b/gcc/testsuite/gcc.target/aarch64/cpunative/info_17
index b0679579d91..2c04ff19cb6 100644
--- a/gcc/testsuite/gcc.target/aarch64/cpunative/info_17
+++ b/gcc/testsuite/gcc.target/aarch64/cpunative/info_17
@@ -1,7 +1,7 @@
 processor	: 0
 BogoMIPS	: 100.00
 Features	: fp asimd evtstrm aes pmull sha1 sha2 crc32 asimddp sve sve2
-CPU implementer	: 0xff
+CPU implementer	: 0xfe
 CPU architecture: 8
 CPU variant	: 0x0
 CPU part	: 0xd08


                 reply	other threads:[~2021-06-03  9:26 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20210603092641.C8D77385800A@sourceware.org \
    --to=tnfchris@gcc.gnu.org \
    --cc=gcc-cvs@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).