public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-4387] Couple of testsuite adjustments
@ 2022-11-29 10:47 Eric Botcazou
0 siblings, 0 replies; only message in thread
From: Eric Botcazou @ 2022-11-29 10:47 UTC (permalink / raw)
To: gcc-cvs
https://gcc.gnu.org/g:ffabce849033e57ebaf60029822b81e981681c21
commit r13-4387-gffabce849033e57ebaf60029822b81e981681c21
Author: Eric Botcazou <ebotcazou@adacore.com>
Date: Tue Nov 29 11:43:32 2022 +0100
Couple of testsuite adjustments
gcc/testsuite/
* gcc.dg/ipa/iinline-attr.c: XFAIL on SPARC.
* gcc.dg/signbit-2.c: Replace vect_int selector by vect_shift.
Diff:
---
gcc/testsuite/gcc.dg/ipa/iinline-attr.c | 4 ++--
gcc/testsuite/gcc.dg/signbit-2.c | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/gcc/testsuite/gcc.dg/ipa/iinline-attr.c b/gcc/testsuite/gcc.dg/ipa/iinline-attr.c
index 6309afe50f0..4b9e8574795 100644
--- a/gcc/testsuite/gcc.dg/ipa/iinline-attr.c
+++ b/gcc/testsuite/gcc.dg/ipa/iinline-attr.c
@@ -23,5 +23,5 @@ int test (void)
return 0;
}
-/* { dg-final { scan-ipa-dump "hooray\[^\\n\]*inline copy in test" "inline" { xfail visium-*-* } } } */
-/* Missing back-end support for attribute __optimize__ on Visium. */
+/* { dg-final { scan-ipa-dump "hooray\[^\\n\]*inline copy in test" "inline" { xfail sparc*-*-* visium-*-* } } } */
+/* Missing back-end support for attribute __optimize__ on SPARC and Visium. */
diff --git a/gcc/testsuite/gcc.dg/signbit-2.c b/gcc/testsuite/gcc.dg/signbit-2.c
index 99a455bc7d7..16242258207 100644
--- a/gcc/testsuite/gcc.dg/signbit-2.c
+++ b/gcc/testsuite/gcc.dg/signbit-2.c
@@ -1,5 +1,5 @@
-/* { dg-do assemble } */
-/* { dg-options "-O3 --save-temps -fdump-tree-optimized" } */
+/* { dg-do compile } */
+/* { dg-options "-O3 -fdump-tree-optimized" } */
/* This test does not work when the truth type does not match vector type. */
/* { dg-additional-options "-mno-avx512f" { target { i?86-*-* x86_64-*-* } } } */
@@ -21,6 +21,6 @@ void fun2(int32_t *x, int n)
}
/* Xfail amdgcn where vector truth type is not integer type. */
-/* { dg-final { scan-tree-dump {\s+>\s+\{ 0(, 0)+ \}} optimized { target vect_int xfail amdgcn-*-* } } } */
-/* { dg-final { scan-tree-dump {\s+>\s+0} optimized { target { ! vect_int } } } } */
+/* { dg-final { scan-tree-dump {\s+>\s+\{ 0(, 0)+ \}} optimized { target vect_shift xfail amdgcn-*-* } } } */
+/* { dg-final { scan-tree-dump {\s+>\s+0} optimized { target { ! vect_shift } } } } */
/* { dg-final { scan-tree-dump-not {\s+>>\s+31} optimized { xfail amdgcn-*-* } } } */
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2022-11-29 10:47 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-29 10:47 [gcc r13-4387] Couple of testsuite adjustments 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).