public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [committed] C-SKY: Fix skip codition for testcase ldbs.c
@ 2023-01-13 12:42 Xianmiao Qu
  0 siblings, 0 replies; only message in thread
From: Xianmiao Qu @ 2023-01-13 12:42 UTC (permalink / raw)
  To: gcc-patches

gcc/testsuite/
	* gcc.target/csky/ldbs.c : Fix exclude-opts, should not
	be "*".
---
 gcc/testsuite/gcc.target/csky/ldbs.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/testsuite/gcc.target/csky/ldbs.c b/gcc/testsuite/gcc.target/csky/ldbs.c
index 27a02543413..7fce1aa3736 100644
--- a/gcc/testsuite/gcc.target/csky/ldbs.c
+++ b/gcc/testsuite/gcc.target/csky/ldbs.c
@@ -1,5 +1,5 @@
 /* { dg-do compile } */
-/* { dg-skip-if "" { *-*-* } { "-mcpu=ck801" "-march=ck801" } { "*" } } */
+/* { dg-skip-if "ck801 does not support ld.bs" { csky-*-* } { "-mcpu=ck801" "-march=ck801" } { "" } } */
 /* { dg-csky-options "-O1" } */
 
 int foo (signed char *pb)
-- 
2.32.1 (Apple Git-133)


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

only message in thread, other threads:[~2023-01-13 12:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-13 12:42 [committed] C-SKY: Fix skip codition for testcase ldbs.c Xianmiao Qu

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).