http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54083

--- Comment #17 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
The test gcc.dg/torture/pr60092.c fails on powerpc-apple-darwin9 for the same
reason. It is fixed by the patch

--- ../_clean/gcc/testsuite/gcc.dg/torture/pr60092.c    2014-03-24
08:05:33.000000000 +0100
+++ gcc/testsuite/gcc.dg/torture/pr60092.c    2014-03-26 22:57:17.000000000
+0100
@@ -1,6 +1,8 @@
 /* { dg-do run } */
 /* { dg-require-weak "" } */
 /* { dg-skip-if "No undefined weak" { hppa*-*-hpux* && { ! lp64 } } { "*" } {
"" } } */
+/* { dg-additional-options "-Wl,-undefined,dynamic_lookup" { target
*-*-darwin* } } */
+/* { dg-additional-options "-Wl,-flat_namespace" { target *-*-darwin[89]* } }
*/
 /* { dg-xfail-run-if "posix_memalign modifies first arg on error" {
*-*-solaris2.11* } { "-O0" } } */

 typedef __SIZE_TYPE__ size_t;

Reply via email to