Commit 1df8dcfe by David Edelsohn Committed by David Edelsohn

ssa-fre-55.c: Add -Wno-psabi.

        * gcc.dg/tree-ssa/ssa-fre-55.c: Add -Wno-psabi.
        * gcc.dg/tree-ssa/pr71179.c: Same.

From-SVN: r243694
parent bdfc9f5c
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> 2016-12-15 Janus Weil <janus@gcc.gnu.org>
PR fortran/78800 PR fortran/78800
......
/* { dg-do compile } */ /* { dg-do compile } */
/* { dg-options "-O3 -ffast-math" } */ /* { dg-options "-O3 -ffast-math -Wno-psabi" } */
/* { dg-prune-output "non-standard ABI extension" } */
typedef float __m128 __attribute__ ((__vector_size__ (16), __may_alias__)); typedef float __m128 __attribute__ ((__vector_size__ (16), __may_alias__));
......
/* { dg-do compile } */ /* { dg-do compile } */
/* { dg-options "-O -fdump-tree-optimized" } */ /* { dg-options "-O -fdump-tree-optimized -Wno-psabi" } */
/* { dg-prune-output "non-standard ABI extension" } */
typedef int v4si __attribute__((vector_size(16))); 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