http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52945
--- Comment #5 from Jan Hubicka <hubicka at ucw dot cz> 2012-10-04 14:16:15 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 "" } */ yes, this looks right. The patch is OK. Honza