OSDN Git Service

* gcc.dg/graphite/id-pr46845.c: Include powerpc for warning options.
authorjanis <janis@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 10 Oct 2011 16:41:12 +0000 (16:41 +0000)
committerjanis <janis@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 10 Oct 2011 16:41:12 +0000 (16:41 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@179762 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/graphite/id-pr46845.c

index 82e1213..f5decfd 100644 (file)
@@ -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>
 
index f4da78e..4580721 100644 (file)
@@ -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)));