* g++.dg/torture/pr48954.C: Use dg-require-effective-target lto.
From-SVN: r175019
This commit is contained in:
parent
40873cdd57
commit
6868b351c7
@ -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>
|
2011-06-14 Georg-Johann Lay <avr@gjlay.de>
|
||||||
|
|
||||||
* gcc.c-torture/execute/cmpsi-2.c: Undo 172757.
|
* gcc.c-torture/execute/cmpsi-2.c: Undo 172757.
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
/* { dg-do compile } */
|
/* { dg-do compile } */
|
||||||
/* { dg-options "-O2 -flto -fno-early-inlining -fkeep-inline-functions" } */
|
/* { dg-options "-O2 -flto -fno-early-inlining -fkeep-inline-functions" } */
|
||||||
|
/* { dg-require-effective-target lto } */
|
||||||
|
|
||||||
struct A
|
struct A
|
||||||
{
|
{
|
||||||
virtual void foo () = 0;
|
virtual void foo () = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user