Commit cac1c927 by Eric Botcazou Committed by Eric Botcazou

* g++.dg/abi/packed1.C: Expect warning on the SPARC.

From-SVN: r157079
parent bac872a3
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
......
......@@ -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));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment