pr71179.c: Prune ABI message.
authorDavid Edelsohn <dje.gcc@gmail.com>
Fri, 18 Nov 2016 18:41:37 +0000 (18:41 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Fri, 18 Nov 2016 18:41:37 +0000 (13:41 -0500)
        * gcc.dg/tree-ssa/pr71179.c: Prune ABI message.
        * gcc.dg/tree-ssa/ssa-fre-55.c: Same.

From-SVN: r242602

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

index 37083c4..d6b70fa 100644 (file)
@@ -1,3 +1,8 @@
+2016-11-18  David Edelsohn  <dje.gcc@gmail.com>
+
+       * gcc.dg/tree-ssa/pr71179.c: Prune ABI message.
+       * gcc.dg/tree-ssa/ssa-fre-55.c: Same.
+
 2016-11-18  Thomas Preud'homme  <thomas.preudhomme@arm.com>
 
        * gcc.target/arm/optional_thumb-1.c: New test.
index 885c643..7e18db6 100644 (file)
@@ -1,6 +1,6 @@
-
 /* { dg-do compile } */
 /* { dg-options "-O3 -ffast-math" } */
+/* { dg-prune-output "non-standard ABI extension" } */
 
 typedef float __m128 __attribute__ ((__vector_size__ (16), __may_alias__));
 
index 7bfa284..3e29c24 100644 (file)
@@ -1,5 +1,6 @@
 /* { dg-do compile } */
 /* { dg-options "-O -fdump-tree-optimized" } */
+/* { dg-prune-output "non-standard ABI extension" } */
 
 typedef int v4si __attribute__((vector_size(16)));