> The tests gcc.dg/globalalias-2.c and gcc.dg/localalias-2.c fail on darwin with > > /opt/gcc/work/gcc/testsuite/gcc.dg/globalalias-2.c:20:2: warning: alias > definitions not supported in Mach-O; ignored > > I think they should be protected by > > /* { dg-require-alias "" } */
I see, the anoying property of dg.exp where we compile the additional sources separately, too. Will fix that. Is it really the case that Mach-O have no way of creating alias, even by putting alternative symbol into the source as we intend to do for AIX? Honza > > Dominique