public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-5086] C-SKY: Fix skip codition for testcase ldbs.c
@ 2023-01-10 11:58 qu
  0 siblings, 0 replies; only message in thread
From: qu @ 2023-01-10 11:58 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:ac34c261099cd90c440d825bf866a9fad78590b7

commit r13-5086-gac34c261099cd90c440d825bf866a9fad78590b7
Author: Xianmiao Qu <cooper.qu@linux.alibaba.com>
Date:   Tue Jan 10 22:44:11 2023 +0800

    C-SKY: Fix skip codition for testcase ldbs.c
    
    gcc/testsuite/
            * gcc.target/csky/ldbs.c : Fix exclude-opts, should not
            be "*".

Diff:
---
 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)

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

only message in thread, other threads:[~2023-01-10 11:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-10 11:58 [gcc r13-5086] C-SKY: Fix skip codition for testcase ldbs.c 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).