diff mbox

[committed] Require lto for gcc.dg/pr61868.c

Message ID BLU436-SMTP2027E918DFC1D10B1F46DE097C30@phx.gbl
State New
Headers show

Commit Message

John David Anglin Sept. 6, 2014, 7:29 p.m. UTC
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.anglin@bell.net
2014-09-06  John David Anglin  <danglin@gcc.gnu.org>

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

Patch

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 ()