re PR c/68062 (ICE when comparing vectors)
authorJakub Jelinek <jakub@redhat.com>
Wed, 2 Mar 2016 13:11:21 +0000 (14:11 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Wed, 2 Mar 2016 13:11:21 +0000 (14:11 +0100)
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.

From-SVN: r233905

gcc/testsuite/ChangeLog
gcc/testsuite/c-c++-common/vector-compare-4.c
gcc/testsuite/gcc.dg/pr70022.c

index 2f977c1..e009deb 100644 (file)
@@ -1,5 +1,11 @@
 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.
 
index b05decc..e7d37eb 100644 (file)
@@ -1,6 +1,6 @@
 /* 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" } */
 
index c7e60b8..30eb7ec 100644 (file)
@@ -1,4 +1,5 @@
 /* { dg-do compile } */
+/* { dg-options "-w -Wno-psabi" } */
 
 typedef int v4si __attribute__ ((vector_size (16)));