diff --git a/gcc/testsuite/gcc.dg/pr96377-1.c b/gcc/testsuite/gcc.dg/pr96377-1.c index 2bf3f816331..75b0c9618ef 100644 --- a/gcc/testsuite/gcc.dg/pr96377-1.c +++ b/gcc/testsuite/gcc.dg/pr96377-1.c @@ -1,4 +1,4 @@ -/* { dg-options "-fno-lax-vector-conversions" } */ +/* { dg-options "-fno-lax-vector-conversions -Wno-psabi" } */ /* { dg-message "use '-flax-vector-conversions' to permit conversions" "" { target *-*-* } 0 } */ typedef int v4si __attribute__((vector_size(16))); diff --git a/gcc/testsuite/gcc.dg/pr96377-2.c b/gcc/testsuite/gcc.dg/pr96377-2.c index f58b06d9076..83550401156 100644 --- a/gcc/testsuite/gcc.dg/pr96377-2.c +++ b/gcc/testsuite/gcc.dg/pr96377-2.c @@ -1,4 +1,4 @@ -/* { dg-options "-flax-vector-conversions" } */ +/* { dg-options "-flax-vector-conversions -Wno-psabi" } */ typedef int v4si __attribute__((vector_size(16))); typedef short v8hi __attribute__((vector_size(16)));