------- Comment #12 from bfriesen at simple dot dallas dot tx dot us 2009-07-01 16:42 ------- It seems that bugs gradually get fixed. I am successfully using GCC 4.3.3 on the same system configure like:
/home/bfriesen/src/gnu/gcc-4.3.3/configure LDFLAGS='-L/usr/local/lib -R/usr/local/lib' --program-suffix=-4.3.3 --enable-shared --enable-threads --enable-version-specific-runtime-libs --with-gnu-as --with-as=/usr/local/lib/binutils-2.19/bin/as --without-gnu-ld --with-ld=/usr/ccs/bin/ld --with-cpu=opteron --enable-languages=c,c++,fortran Notice that I am using 'as' from a recent binutils release rather than the one which comes with Solaris. Unfortunately, GCC 4.4.0 is not so luckly since it once again does not work with Solaris ld. If GCC does not work with Solaris ld, then I can't use it. Bob -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35531