From: Ulrich Weigand Date: Tue, 8 Feb 2011 00:10:51 +0000 (+0000) Subject: * g++.dg/abi/packed1.C: Expect warning on spu-*-* as well. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=517a8d4397bfccfabb4e22348561dd4e6253b33a;p=gcc.git * g++.dg/abi/packed1.C: Expect warning on spu-*-* as well. From-SVN: r169908 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index eca3d7f0726..fef7869f964 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2011-02-07 Ulrich Weigand + + * g++.dg/abi/packed1.C: Expect warning on spu-*-* as well. + 2011-02-07 Richard Guenther PR tree-optimization/47615 diff --git a/gcc/testsuite/g++.dg/abi/packed1.C b/gcc/testsuite/g++.dg/abi/packed1.C index 5bec67aff65..c903709d179 100644 --- a/gcc/testsuite/g++.dg/abi/packed1.C +++ b/gcc/testsuite/g++.dg/abi/packed1.C @@ -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));