* g++.dg/abi/packed1.C: Expect warning on the SPARC.
authorEric Botcazou <ebotcazou@adacore.com>
Fri, 26 Feb 2010 00:21:04 +0000 (00:21 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Fri, 26 Feb 2010 00:21:04 +0000 (00:21 +0000)
From-SVN: r157079

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

index d65d0e0bbea68c198bf304089602776bfb70a20c..f738c3222363c0e5024b47e36cd1d096810c9c8a 100644 (file)
@@ -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
index a9dce9491fd48dee60bf0085492b86c5a18fc6c2..057ef8f20d3524b5053affdaa88d5a37716acb9f 100644 (file)
@@ -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));