ssa-fre-55.c: Add -Wno-psabi.
authorDavid Edelsohn <dje.gcc@gmail.com>
Thu, 15 Dec 2016 15:15:35 +0000 (15:15 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Thu, 15 Dec 2016 15:15:35 +0000 (10:15 -0500)
        * gcc.dg/tree-ssa/ssa-fre-55.c: Add -Wno-psabi.
        * gcc.dg/tree-ssa/pr71179.c: Same.

From-SVN: r243694

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/tree-ssa/pr71179.c
gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-55.c

index 9a95e01..535dc84 100644 (file)
@@ -1,3 +1,8 @@
+2016-12-15  David Edelsohn  <dje.gcc@gmail.com>
+
+       * gcc.dg/tree-ssa/ssa-fre-55.c: Add -Wno-psabi.
+       * gcc.dg/tree-ssa/pr71179.c: Same.
+
 2016-12-15  Janus Weil  <janus@gcc.gnu.org>
 
        PR fortran/78800
index 7e18db6..5948376 100644 (file)
@@ -1,6 +1,5 @@
 /* { dg-do compile } */
-/* { dg-options "-O3 -ffast-math" } */
-/* { dg-prune-output "non-standard ABI extension" } */
+/* { dg-options "-O3 -ffast-math -Wno-psabi" } */
 
 typedef float __m128 __attribute__ ((__vector_size__ (16), __may_alias__));
 
index 3e29c24..729e79f 100644 (file)
@@ -1,6 +1,5 @@
 /* { dg-do compile } */
-/* { dg-options "-O -fdump-tree-optimized" } */
-/* { dg-prune-output "non-standard ABI extension" } */
+/* { dg-options "-O -fdump-tree-optimized -Wno-psabi" } */
 
 typedef int v4si __attribute__((vector_size(16)));