* gcc.dg/graphite/id-pr46845.c: Include powerpc for warning options.
authorJanis Johnson <janisjo@codesourcery.com>
Mon, 10 Oct 2011 16:41:12 +0000 (16:41 +0000)
committerJanis Johnson <janis@gcc.gnu.org>
Mon, 10 Oct 2011 16:41:12 +0000 (16:41 +0000)
From-SVN: r179762

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

index 82e1213412f2cb7faaf0a087cc4890cb4c91de79..f5decfd04460f78abe8d27861c9d3af2b81569d6 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 f4da78eda35e566aa56f30b433d2d15cf33677f0..45807217b79c25cee1e5d5019e45649b54b3b25f 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)));