On powerpc64-linux, this testcase complains the ABI for vector args
has changed, making the testcase fail (excess output).  This patch
shuts up that warning.

Committing as obvious.


Segher


2019-02-05  Segher Boessenkool  <seg...@kernel.crashing.org>

        * gcc.dg/vect/pr84711.c: Use -Wno-psabi.

---
 gcc/testsuite/gcc.dg/vect/pr84711.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/testsuite/gcc.dg/vect/pr84711.c 
b/gcc/testsuite/gcc.dg/vect/pr84711.c
index b0f685d..12e9f60 100644
--- a/gcc/testsuite/gcc.dg/vect/pr84711.c
+++ b/gcc/testsuite/gcc.dg/vect/pr84711.c
@@ -1,6 +1,6 @@
 /* { dg-do compile } */
 /* { dg-require-effective-target vect_int } */
-/* { dg-options "-O2" } */
+/* { dg-options "-O2 -Wno-psabi" } */
 /* { dg-additional-options "-msse" { target i?86-*-* x86_64-*-* } } */
 
 typedef int v4si
-- 
1.8.3.1

Reply via email to