* g++.dg/torture/pr48954.C: Use dg-require-effective-target lto.

From-SVN: r175019
This commit is contained in:
Rainer Orth 2011-06-14 13:41:27 +00:00 committed by Rainer Orth
parent 40873cdd57
commit 6868b351c7
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2011-06-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* g++.dg/torture/pr48954.C: Use dg-require-effective-target lto.
2011-06-14 Georg-Johann Lay <avr@gjlay.de>
* gcc.c-torture/execute/cmpsi-2.c: Undo 172757.

View File

@ -1,5 +1,7 @@
/* { dg-do compile } */
/* { dg-options "-O2 -flto -fno-early-inlining -fkeep-inline-functions" } */
/* { dg-require-effective-target lto } */
struct A
{
virtual void foo () = 0;