aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/testsuite/gcc.dg/pr100887.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/pr100887.c b/gcc/testsuite/gcc.dg/pr100887.c
index de6b3ef..027025f 100644
--- a/gcc/testsuite/gcc.dg/pr100887.c
+++ b/gcc/testsuite/gcc.dg/pr100887.c
@@ -1,6 +1,6 @@
/* PR target/100887 */
/* { dg-do compile } */
-/* { dg-options "" } */
+/* { dg-options "-Wno-psabi -w" } */
/* { dg-additional-options "-mavx512f" { target { i?86-*-* x86_64-*-* } } } */
typedef unsigned long long __attribute__((__vector_size__ (2 * sizeof (long long)))) U;