gcc.dg/pr61868.c requires lto support.  The attach change fixes fail on
hppa2.0w-hp-hpux11.11 and hppa64-hp-hpux11.11.

Committed to trunk.

Dave
--
John David Anglin       dave.ang...@bell.net


2014-09-06  John David Anglin  <dang...@gcc.gnu.org>

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

Index: gcc.dg/pr61868.c
===================================================================
--- gcc.dg/pr61868.c    (revision 214934)
+++ gcc.dg/pr61868.c    (working copy)
@@ -1,4 +1,5 @@
 /* { dg-do compile } */
+/* { dg-require-effective-target lto } */
 /* { dg-options "-flto -frandom-seed=0x12345" }  */
 extern int foo (int);
 int main ()

Reply via email to