* g++.dg/abi/packed1.C: Expect warning on spu-*-* as well.
authorUlrich Weigand <uweigand@de.ibm.com>
Tue, 8 Feb 2011 00:10:51 +0000 (00:10 +0000)
committerUlrich Weigand <uweigand@gcc.gnu.org>
Tue, 8 Feb 2011 00:10:51 +0000 (00:10 +0000)
From-SVN: r169908

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/abi/packed1.C

index eca3d7f07268c2a786b8f421407333603b097f73..fef7869f9641bd0bdae208308f22df6e48d948bd 100644 (file)
@@ -1,3 +1,7 @@
+2011-02-07  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
+
+       * g++.dg/abi/packed1.C: Expect warning on spu-*-* as well.
+
 2011-02-07  Richard Guenther  <rguenther@suse.de>
 
        PR tree-optimization/47615
index 5bec67aff6591ca4380b1ac6a6d5a390064903cc..c903709d17998efb0cb6968120fb847298be308e 100644 (file)
@@ -4,7 +4,7 @@
 
 extern "C" void abort ();
 
-struct INNER { // { dg-warning "inefficient.*vptr" "" { target alpha*-*-* ia64-*-* hppa*-*-* mips-sgi-irix* sparc*-*-* sh*-*-* } }
+struct INNER { // { dg-warning "inefficient.*vptr" "" { target alpha*-*-* ia64-*-* hppa*-*-* mips-sgi-irix* sparc*-*-* spu-*-* sh*-*-* } }
   virtual int foo() const { return 1; }
 } __attribute__ ((packed));