pr61868.c: Require lto.

* gcc.dg/pr61868.c: Require lto.

From-SVN: r214994
This commit is contained in:
John David Anglin 2014-09-06 19:25:29 +00:00
parent 9af539fe30
commit 5ee02a210b
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2014-09-06 John David Anglin <danglin@gcc.gnu.org>
* gcc.dg/pr61868.c: Require lto.
2014-09-05 Easwaran Raman <eraman@google.com>
PR rtl-optimization/62146

View file

@ -1,4 +1,5 @@
/* { dg-do compile } */
/* { dg-require-effective-target lto } */
/* { dg-options "-flto -frandom-seed=0x12345" } */
extern int foo (int);
int main ()