]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
C-SKY: Fix skip codition for testcase ldbs.c
authorXianmiao Qu <cooper.qu@linux.alibaba.com>
Tue, 10 Jan 2023 14:44:11 +0000 (22:44 +0800)
committerXianmiao Qu <cooper.qu@linux.alibaba.com>
Tue, 10 Jan 2023 11:57:49 +0000 (19:57 +0800)
gcc/testsuite/
* gcc.target/csky/ldbs.c : Fix exclude-opts, should not
be "*".

gcc/testsuite/gcc.target/csky/ldbs.c

index 27a025434133c613cce4ad3e94530e438a81d39d..7fce1aa373615568f32930f3ff3fafca4e0c13d7 100644 (file)
@@ -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)