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 37083c4c3776804062a719e23eaf30a5f0632791..d6b70fadae36482df2d9c58c936181e9fef6e99c 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 885c643b927248ee9b86380f986b76d89fa8fd5e..7e18db66d2cc6d644ec6864e9e9a7b9751737878 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 7bfa2847878b16ec6038ddc6816129fb94739cc3..3e29c242077ea9c4f97b9bbea1fe3a79b3f1fcf5 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)));