* c-c++-common/vector-compare-4.c: Add -Wno-psabi to dg-options.
PR middle-end/70022
* gcc.dg/pr70022.c: Add -w -Wno-psabi to dg-options.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@233905
138bc75d-0d04-0410-961f-
82ee72b054a4
2016-03-02 Jakub Jelinek <jakub@redhat.com>
+ PR c/68062
+ * c-c++-common/vector-compare-4.c: Add -Wno-psabi to dg-options.
+
+ PR middle-end/70022
+ * gcc.dg/pr70022.c: Add -w -Wno-psabi to dg-options.
+
PR target/70028
* gcc.target/i386/pr70028.c: New test.
/* PR c/68062 */
/* { dg-do compile } */
-/* { dg-options "-Wsign-compare" } */
+/* { dg-options "-Wsign-compare -Wno-psabi" } */
/* Ignore warning on some powerpc configurations. */
/* { dg-prune-output "non-standard ABI extension" } */
/* { dg-do compile } */
+/* { dg-options "-w -Wno-psabi" } */
typedef int v4si __attribute__ ((vector_size (16)));