[PATCH] Fix darwin FAIL of gcc.dg/lto/pr64415_0.c
Richard Biener
rguenther@suse.de
Thu Jan 15 12:10:00 GMT 2015
Committed.
Richard.
2015-01-15 Richard Biener <rguenther@suse.de>
PR lto/64415
* gcc.dg/lto/pr64415_0.c: Skip on darwin.
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 } } */
More information about the Gcc-patches
mailing list