public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] testsuite: Skip ifcvt-4.c for SPARC V8
@ 2024-01-08  8:20 Daniel Cederman
  2024-01-09  8:49 ` Eric Botcazou
  0 siblings, 1 reply; 2+ messages in thread
From: Daniel Cederman @ 2024-01-08  8:20 UTC (permalink / raw)
  To: gcc-patches; +Cc: ebotcazou, daniel

Conditional moves are not available in SPARC V8.

gcc/testsuite/ChangeLog:

	* gcc.dg/ifcvt-4.c: Skip for SPARC V8
---
 gcc/testsuite/gcc.dg/ifcvt-4.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gcc/testsuite/gcc.dg/ifcvt-4.c b/gcc/testsuite/gcc.dg/ifcvt-4.c
index 8b2583d00e92..99ed34863bac 100644
--- a/gcc/testsuite/gcc.dg/ifcvt-4.c
+++ b/gcc/testsuite/gcc.dg/ifcvt-4.c
@@ -3,6 +3,7 @@
 /* { dg-additional-options "-march=z196" { target { s390x-*-* } } } */
 /* { dg-additional-options "-mtune-ctrl=^one_if_conv_insn" { target { i?86-*-* x86_64-*-* } } } */
 /* { dg-skip-if "Multiple set if-conversion not guaranteed on all subtargets" { "arm*-*-* avr-*-* cris-*-* hppa*64*-*-* visium-*-*" riscv*-*-* msp430-*-* nios2-*-* pru-*-* } }  */
+/* { dg-skip-if "" { { sparc*-*-* } && { ! sparc_v9 } } }  */
 /* { dg-skip-if "" { "s390x-*-*" } { "-m31" } }  */
 
 typedef int word __attribute__((mode(word)));
-- 
2.40.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] testsuite: Skip ifcvt-4.c for SPARC V8
  2024-01-08  8:20 [PATCH] testsuite: Skip ifcvt-4.c for SPARC V8 Daniel Cederman
@ 2024-01-09  8:49 ` Eric Botcazou
  0 siblings, 0 replies; 2+ messages in thread
From: Eric Botcazou @ 2024-01-09  8:49 UTC (permalink / raw)
  To: Daniel Cederman; +Cc: gcc-patches

> Conditional moves are not available in SPARC V8.
> 
> gcc/testsuite/ChangeLog:
> 
> 	* gcc.dg/ifcvt-4.c: Skip for SPARC V8

OK.

-- 
Eric Botcazou



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-01-09  8:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-08  8:20 [PATCH] testsuite: Skip ifcvt-4.c for SPARC V8 Daniel Cederman
2024-01-09  8:49 ` Eric Botcazou

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