From: Richard Biener Date: Thu, 15 Jan 2015 12:18:33 +0000 (+0000) Subject: re PR middle-end/64415 (ICE: verify_ssa failed / segmentation fault with LTO) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=928923e765d97970732426c49a69ffd7802db034;p=gcc.git re PR middle-end/64415 (ICE: verify_ssa failed / segmentation fault with LTO) 2015-01-15 Richard Biener PR lto/64415 * gcc.dg/lto/pr64415_0.c: Re-enable for darwin with -Wl,-undefined,dynamic_lookup. From-SVN: r219651 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index e3bea5f1167..331aa4c10fa 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2015-01-15 Richard Biener + + PR lto/64415 + * gcc.dg/lto/pr64415_0.c: Re-enable for darwin with + -Wl,-undefined,dynamic_lookup. + 2015-01-15 Eric Botcazou * 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 c0097e5ae76..4faab2bac35 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);