diff mbox

Fix darwin FAIL of gcc.dg/lto/pr64415_0.c

Message ID alpine.LSU.2.11.1501151233300.12482@zhemvz.fhfr.qr
State New
Headers show

Commit Message

Richard Biener Jan. 15, 2015, 11:33 a.m. UTC
Committed.

Richard.

2015-01-15  Richard Biener  <rguenther@suse.de>

	PR lto/64415
	* gcc.dg/lto/pr64415_0.c: Skip on darwin.
diff mbox

Patch

Index: gcc/testsuite/gcc.dg/lto/pr64415_0.c
===================================================================
--- gcc/testsuite/gcc.dg/lto/pr64415_0.c	(revision 219635)
+++ gcc/testsuite/gcc.dg/lto/pr64415_0.c	(working copy)
@@ -1,4 +1,5 @@ 
 /* { dg-lto-do link } */
+/* { dg-skip-if "undefined symbols" { *-*-darwin* } } */
 /* { dg-require-effective-target fpic } */
 /* { dg-lto-options { { -O -flto -fpic } } } */
 /* { dg-extra-ld-options { -shared } } */