re PR middle-end/64415 (ICE: verify_ssa failed / segmentation fault with LTO)
authorRichard Biener <rguenther@suse.de>
Thu, 15 Jan 2015 12:18:33 +0000 (12:18 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Thu, 15 Jan 2015 12:18:33 +0000 (12:18 +0000)
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.

From-SVN: r219651

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/lto/pr64415_0.c

index e3bea5f116715ef692fa25e3c3650cdcde68c471..331aa4c10fadab26826fb9950e1a1a048df9d35f 100644 (file)
@@ -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.
index c0097e5ae768e479568aad4155549b769ec3a0bd..4faab2bac354f2ab50b4aac31627eb5f8c4656cb 100644 (file)
@@ -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);