2
0
mirror of git://gcc.gnu.org/git/gcc.git synced 2025-04-24 07:00:29 +08:00

* gcc.dg/graphite/id-pr46845.c: Include powerpc for warning options.

From-SVN: r179762
This commit is contained in:
Janis Johnson 2011-10-10 16:41:12 +00:00 committed by Janis Johnson
parent 45dbdfd482
commit cf327057da
2 changed files with 5 additions and 1 deletions
gcc/testsuite
ChangeLog
gcc.dg/graphite

@ -1,3 +1,7 @@
2011-10-10 Janis Johnson <janisjo@codesourcery.com>
* gcc.dg/graphite/id-pr46845.c: Include powerpc for warning options.
2011-10-10 Kirill Yukhin <kirill.yukhin@intel.com>
Yakovlev Vladimir <vladimir.b.yakovlev@intel.com>

@ -1,4 +1,4 @@
/* { dg-options "-O2 -ffast-math -fgraphite-identity -w -Wno-psabi" { target { i?86-*-* x86_64-*-* } } } */
/* { dg-options "-O2 -ffast-math -fgraphite-identity -w -Wno-psabi" { target { i?86-*-* x86_64-*-* powerpc*-*-* } } } */
typedef float V2SF __attribute__ ((vector_size (128)));