Commit 1b2e0303 by David Edelsohn Committed by David Edelsohn

pr71179.c: Prune ABI message.

        * gcc.dg/tree-ssa/pr71179.c: Prune ABI message.
        * gcc.dg/tree-ssa/ssa-fre-55.c: Same.

From-SVN: r242602
parent 421619ba
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)));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment