http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46221
--- Comment #21 from rguenther at suse dot de <rguenther at suse dot de> 2010-11-10 10:25:51 UTC --- On Wed, 10 Nov 2010, howarth at nitro dot med.uc.edu wrote: > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46221 > > Jack Howarth <howarth at nitro dot med.uc.edu> changed: > > What |Removed |Added > ---------------------------------------------------------------------------- > CC| |howarth at nitro dot > | |med.uc.edu > > --- Comment #20 from Jack Howarth <howarth at nitro dot med.uc.edu> > 2010-11-10 05:12:10 UTC --- > The new gcc.target/i386/alias-1.c testcase produces... > > FAIL: gcc.target/i386/alias-1.c (test for excess errors) > FAIL: gcc.target/i386/alias-1.c scan-assembler wobbly > FAIL: gcc.target/i386/alias-1.c scan-assembler jelly > > at -m32 on x86_64-apple-darwin10 with errors of the form... > > Executing on host: /sw/src/fink.build/gcc46-4.6.0-1000/darwin_objdir/gcc/xgcc > -B/sw/src/fink.build/gcc46-4.6.0-1000/darwin_objdir/gcc/ > /sw/src/fink.build/gcc46-4.6.0-1000/gcc-4.6-20101109/gcc/testsuite/gcc.target/i386/alias-1.c > -ansi -pedantic-errors -S -m32 -o alias-1.s (timeout = 300) > /sw/src/fink.build/gcc46-4.6.0-1000/gcc-4.6-20101109/gcc/testsuite/gcc.target/i386/alias-1.c:6:1: > warning: alias definitions not supported in Mach-O; ignored [enabled by > default]^M > > Shouldn't this testcase contain... > > /* { dg-require-alias "" } */ > > which will convert it to an unsupported test as was done for > gcc.dg/lto/20081222_0.c on darwin? Feel free to do it, I tend to forget such details.