* gcc.dg/tree-ssa/pr71179.c: Prune ABI message.
* gcc.dg/tree-ssa/ssa-fre-55.c: Same.
From-SVN: r242602
+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.
-
/* { dg-do compile } */
/* { dg-options "-O3 -ffast-math" } */
+/* { dg-prune-output "non-standard ABI extension" } */
typedef float __m128 __attribute__ ((__vector_size__ (16), __may_alias__));
/* { dg-do compile } */
/* { dg-options "-O -fdump-tree-optimized" } */
+/* { dg-prune-output "non-standard ABI extension" } */
typedef int v4si __attribute__((vector_size(16)));