diff options
author | Eric Botcazou <ebotcazou@adacore.com> | 2010-02-26 00:21:04 +0000 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2010-02-26 00:21:04 +0000 |
commit | cac1c927c24a07197df05f022196edcc180a1347 (patch) | |
tree | 9142418fedffdf79f2b7f29561dcee7876df93e7 /gcc | |
parent | bac872a35a46c57632e36fce2d5e405ff02d2edb (diff) | |
download | gcc-cac1c927c24a07197df05f022196edcc180a1347.zip gcc-cac1c927c24a07197df05f022196edcc180a1347.tar.gz gcc-cac1c927c24a07197df05f022196edcc180a1347.tar.bz2 |
* g++.dg/abi/packed1.C: Expect warning on the SPARC.
From-SVN: r157079
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 d65d0e0..f738c32 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2010-02-25 Eric Botcazou <ebotcazou@adacore.com> + + * g++.dg/abi/packed1.C: Expect warning on the SPARC. + 2010-02-25 Michael Meissner <meissner@linux.vnet.ibm.com> PR target/43154 diff --git a/gcc/testsuite/g++.dg/abi/packed1.C b/gcc/testsuite/g++.dg/abi/packed1.C index a9dce94..057ef8f 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 ia64-*-* hppa*-*-* } } +struct INNER { // { dg-warning "inefficient.*vptr" "" { target ia64-*-* hppa*-*-* sparc*-*-* } } virtual int foo() const { return 1; } } __attribute__ ((packed)); |