RISC-V: NFC: Do not use zicond for pr105314 testcases
gcc/testsuite/ChangeLog: * gcc.target/riscv/pr105314-rtl.c: Skip zicond. * gcc.target/riscv/pr105314-rtl32.c: Ditto. * gcc.target/riscv/pr105314.c: Ditto. Signed-off-by: Xiao Zeng <zengxiao@eswincomputing.com>
This commit is contained in:
parent
4c88b4e635
commit
edad1b0501
3 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
/* PR rtl-optimization/105314 */
|
||||
/* { dg-do compile } */
|
||||
/* { dg-require-effective-target rv64 } */
|
||||
/* { dg-skip-if "" { *-*-* } { "-O0" "-Og" "-Os" "-Oz" "-flto" } } */
|
||||
/* { dg-skip-if "" { *-*-* } { "-march=*zicond*" "-O0" "-Og" "-Os" "-Oz" "-flto" } } */
|
||||
/* { dg-options "-fdump-rtl-ce1" } */
|
||||
|
||||
long __RTL (startwith ("ce1"))
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/* PR rtl-optimization/105314 */
|
||||
/* { dg-do compile } */
|
||||
/* { dg-require-effective-target rv32 } */
|
||||
/* { dg-skip-if "" { *-*-* } { "-O0" "-Og" "-Os" "-Oz" "-flto" } } */
|
||||
/* { dg-skip-if "" { *-*-* } { "-march=*zicond*" "-O0" "-Og" "-Os" "-Oz" "-flto" } } */
|
||||
/* { dg-options "-fdump-rtl-ce1" } */
|
||||
|
||||
long __RTL (startwith ("ce1"))
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/* PR rtl-optimization/105314 */
|
||||
/* { dg-do compile } */
|
||||
/* { dg-skip-if "" { *-*-* } { "-O0" "-Og" "-Os" "-Oz" } } */
|
||||
/* { dg-skip-if "" { *-*-* } { "-march=*zicond*" "-O0" "-Og" "-Os" "-Oz" } } */
|
||||
/* { dg-options "-fdump-rtl-ce1" } */
|
||||
|
||||
long
|
||||
|
|
Loading…
Add table
Reference in a new issue