diff options
author | Christophe Lyon <christophe.lyon@linaro.org> | 2024-03-29 14:19:59 +0000 |
---|---|---|
committer | Christophe Lyon <christophe.lyon@linaro.org> | 2024-03-29 14:29:43 +0000 |
commit | 28dca4be504dda29f55eafe958cdf299ec89b94e (patch) | |
tree | 7dd28332a0de2db6583c1d255e53c5529fe918a4 | |
parent | f15cea16cc98912bf0ed14d388510d6c2618ba90 (diff) | |
download | gcc-28dca4be504dda29f55eafe958cdf299ec89b94e.zip gcc-28dca4be504dda29f55eafe958cdf299ec89b94e.tar.gz gcc-28dca4be504dda29f55eafe958cdf299ec89b94e.tar.bz2 |
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.
-rw-r--r-- | gcc/testsuite/gcc.target/aarch64/cpunative/native_cpu_24.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.target/aarch64/cpunative/native_cpu_24.c b/gcc/testsuite/gcc.target/aarch64/cpunative/native_cpu_24.c index 05dc870..3a720cc 100644 --- a/gcc/testsuite/gcc.target/aarch64/cpunative/native_cpu_24.c +++ b/gcc/testsuite/gcc.target/aarch64/cpunative/native_cpu_24.c @@ -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() |