aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/ChangeLog6
-rw-r--r--gcc/testsuite/gcc.dg/lto/pr64415_0.c2
2 files changed, 7 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index e3bea5f..331aa4c 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,9 @@
+2015-01-15 Richard Biener <rguenther@suse.de>
+
+ PR lto/64415
+ * gcc.dg/lto/pr64415_0.c: Re-enable for darwin with
+ -Wl,-undefined,dynamic_lookup.
+
2015-01-15 Eric Botcazou <ebotcazou@adacore.com>
* gnat.dg/opt47.adb: New test.
diff --git a/gcc/testsuite/gcc.dg/lto/pr64415_0.c b/gcc/testsuite/gcc.dg/lto/pr64415_0.c
index c0097e5..4faab2b 100644
--- a/gcc/testsuite/gcc.dg/lto/pr64415_0.c
+++ b/gcc/testsuite/gcc.dg/lto/pr64415_0.c
@@ -1,8 +1,8 @@
/* { 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 } } */
+/* { dg-extra-ld-options "-Wl,-undefined,dynamic_lookup" { target *-*-darwin* } } */
extern void bar(char *, int);