Commit 517a8d43 by Ulrich Weigand Committed by Ulrich Weigand

* g++.dg/abi/packed1.C: Expect warning on spu-*-* as well.

From-SVN: r169908
parent 90488014
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
......
......@@ -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));
......
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