Fix lrcpc3 testcase
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.
This commit is contained in:
parent
f15cea16cc
commit
28dca4be50
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Reference in a new issue