From: Christophe Lyon Date: Fri, 29 Mar 2024 14:19:59 +0000 (+0000) Subject: Fix lrcpc3 testcase X-Git-Tag: basepoints/gcc-15~414 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28dca4be504dda29f55eafe958cdf299ec89b94e;p=thirdparty%2Fgcc.git Fix lrcpc3 testcase There was a typo in the testcase, with GCC_CPUINFO pointing to the wrong file. 2024-03-29 Christophe Lyon gcc/testsuite/ * gcc.target/aarch64/cpunative/native_cpu_24.c: Fix GCC_CPUINFO. --- 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 05dc870885f4..3a720cc85521 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()