* gcc.dg/ipa/pr48195.c: Add dg-require-effective-target lto.

From-SVN: r172651
This commit is contained in:
Rainer Orth 2011-04-18 14:28:50 +00:00 committed by Rainer Orth
parent ab62fc03ec
commit dd7d256b05
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2011-04-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* gcc.dg/ipa/pr48195.c: Add dg-require-effective-target lto.
2011-04-18 Richard Guenther <rguenther@suse.de>
PR middle-end/46364

View File

@ -1,5 +1,6 @@
/* { dg-do link } */
/* { dg-options "-O2 -flto --param partial-inlining-entry-probability=101" } */
/* { dg-require-effective-target lto } */
extern void abort(void);