]> gcc.gnu.org Git - gcc.git/commit
AArch64: Fix failing testcase for native cpu detection
authorTamar Christina <tamar.christina@arm.com>
Thu, 3 Jun 2021 09:26:02 +0000 (10:26 +0100)
committerTamar Christina <tamar.christina@arm.com>
Thu, 3 Jun 2021 09:26:02 +0000 (10:26 +0100)
commitd9a83b99349071e1c6e78df7fea3424338390d5e
tree5bd33474542235091d02ff0db128a9d257331907
parent098f4e989beb1a1be1157430c56ea4f158c1d538
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
gcc/testsuite/gcc.target/aarch64/cpunative/info_16
gcc/testsuite/gcc.target/aarch64/cpunative/info_17
This page took 0.052508 seconds and 6 git commands to generate.