http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52945
Dominique d'Humieres <dominiq at lps dot ens.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- Target|x86_64-apple-darwin10 |*-apple-darwin* Status|UNCONFIRMED |NEW Last reconfirmed| |2012-09-23 CC| |howarth at bromo dot | |med.uc.edu Host|x86_64-apple-darwin10 |*-apple-darwin* Ever Confirmed|0 |1 Build|x86_64-apple-darwin10 |*-apple-darwin* --- Comment #4 from Dominique d'Humieres <dominiq at lps dot ens.fr> 2012-09-23 21:45:59 UTC --- I have the following patch in my tree for some time now PR gcc/52945 * testsuite/gcc.dg/lto/pr52634_0.c: skip the test on Darwin. --- /opt/gcc/_clean/gcc/testsuite/gcc.dg/lto/pr52634_0.c 2012-04-10 08:58:02.000000000 +0200 +++ /opt/gcc/work/gcc/testsuite/gcc.dg/lto/pr52634_0.c 2012-06-19 15:09:29.000000000 +0200 @@ -1,3 +1,5 @@ +/* { dg-require-weak "" } */ +/* { dg-require-alias "" } */ /* { dg-lto-do link } */ /* { dg-lto-options {{-flto -r -nostdlib -flto-partition=1to1}} */ extern int cfliteValueCallBacks; tested on powerpc-apple-darwin9 and x86_64-apple-darwin10.