[Bug middle-end/46221] [4.6 Regression] huge number of c++ testsuite failures, libstdc++.so alias missing

howarth at nitro dot med.uc.edu gcc-bugzilla@gcc.gnu.org
Wed Nov 10 05:12:00 GMT 2010


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?



More information about the Gcc-bugs mailing list