]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix lrcpc3 testcase
authorChristophe Lyon <christophe.lyon@linaro.org>
Fri, 29 Mar 2024 14:19:59 +0000 (14:19 +0000)
committerChristophe Lyon <christophe.lyon@linaro.org>
Fri, 29 Mar 2024 14:29:43 +0000 (14:29 +0000)
There was a typo in the testcase, with GCC_CPUINFO pointing to the
wrong file.

2024-03-29  Christophe Lyon  <christophe.lyon@linaro.org>

gcc/testsuite/
* gcc.target/aarch64/cpunative/native_cpu_24.c: Fix GCC_CPUINFO.

gcc/testsuite/gcc.target/aarch64/cpunative/native_cpu_24.c

index 05dc870885f49c41e9227cbb4e89ec91741da847..3a720cc85521624aa131a3493a14b47c62875350 100644 (file)
@@ -1,5 +1,5 @@
 /* { dg-do compile { target { { aarch64*-*-linux*} && native } } } */
-/* { dg-set-compiler-env-var GCC_CPUINFO "$srcdir/gcc.target/aarch64/cpunative/info_23" } */
+/* { dg-set-compiler-env-var GCC_CPUINFO "$srcdir/gcc.target/aarch64/cpunative/info_24" } */
 /* { dg-additional-options "-mcpu=native --save-temps " } */
 
 int main()