diff options
author | Ulrich Weigand <uweigand@de.ibm.com> | 2011-02-08 00:10:51 +0000 |
---|---|---|
committer | Ulrich Weigand <uweigand@gcc.gnu.org> | 2011-02-08 00:10:51 +0000 |
commit | 517a8d4397bfccfabb4e22348561dd4e6253b33a (patch) | |
tree | 416fe22f13f185e82a9d78161a1f6d6ac4ffdca9 /gcc | |
parent | 90488014d0af2874555595f4474e095a75b115e7 (diff) | |
download | gcc-517a8d4397bfccfabb4e22348561dd4e6253b33a.zip gcc-517a8d4397bfccfabb4e22348561dd4e6253b33a.tar.gz gcc-517a8d4397bfccfabb4e22348561dd4e6253b33a.tar.bz2 |
* g++.dg/abi/packed1.C: Expect warning on spu-*-* as well.
From-SVN: r169908
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/testsuite/g++.dg/abi/packed1.C | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index eca3d7f..fef7869 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -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 diff --git a/gcc/testsuite/g++.dg/abi/packed1.C b/gcc/testsuite/g++.dg/abi/packed1.C index 5bec67a..c903709 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)); |