* gcc.dg/simd-7.c: Add -w -Wno-psabi to dg-options.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@234080
138bc75d-0d04-0410-961f-
82ee72b054a4
2016-03-09 Jakub Jelinek <jakub@redhat.com>
+ PR middle-end/67278
+ * gcc.dg/simd-7.c: Add -w -Wno-psabi to dg-options.
+
PR target/67278
* gcc.dg/simd-8.c: Add -w -Wno-psabi to dg-options.
/* { dg-do compile } */
+/* { dg-options "-w -Wno-psabi" } */
#if __SIZEOF_LONG_DOUBLE__ == 16 || __SIZEOF_LONG_DOUBLE__ == 8
typedef long double a __attribute__((vector_size (16)));