public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [committed] [aarch64, testsuite]: Fix lrcpc3 testcase
@ 2024-03-29 14:31 Christophe Lyon
  0 siblings, 0 replies; only message in thread
From: Christophe Lyon @ 2024-03-29 14:31 UTC (permalink / raw)
  To: gcc-patches, richard.sandiford, victor.donascimento; +Cc: Christophe Lyon

There was a typo in the testcase, with GCC_CPUINFO pointing to the
wrong file.

Committed as obvious.

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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 05dc870885f..3a720cc8552 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()
-- 
2.34.1


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-03-29 14:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-29 14:31 [committed] [aarch64, testsuite]: Fix lrcpc3 testcase Christophe Lyon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).