pr61868.c: Require lto.
authorJohn David Anglin <danglin@gcc.gnu.org>
Sat, 6 Sep 2014 19:25:29 +0000 (19:25 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Sat, 6 Sep 2014 19:25:29 +0000 (19:25 +0000)
* gcc.dg/pr61868.c: Require lto.

From-SVN: r214994

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/pr61868.c

index 582f538857c4b200a2b583b3267b3b35af075942..79ad85872e1ec0758dd4db52ce8877f67f508dfa 100644 (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
index a2872a9ec79cd586cdcce04078c2bacae111a3ec..4a7e8f6ae2d1d0b54bb7ec155ce8f0821039fd6a 100644 (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 ()