http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49141
--- Comment #9 from ro at CeBiTec dot Uni-Bielefeld.DE <ro at CeBiTec dot Uni-Bielefeld.DE> 2011-05-26 09:26:13 UTC --- > --- Comment #6 from Paolo Carlini <paolo.carlini at oracle dot com> > 2011-05-24 15:00:21 UTC --- > Rainer, please confirm that everything is ok now, 2/3 of the patch goes to > 4_6-branch too. The tests now become UNSUPPORTED on sparc-sun-solaris2.8. Thanks. On the other hand, I new see several tests that fail to link with missing cexp{, f, l}, e.g. FAIL: 26_numerics/complex/13450.cc (test for excess errors) Excess errors: Undefined first referenced symbol in file cexp /var/tmp//ccvyjKLM.o cexpf /var/tmp//ccvyjKLM.o cexpl /var/tmp//ccvyjKLM.o ld: fatal: Symbol referencing errors. No output written to ./13450.exe collect2: error: ld returned 1 exit status that passed before. I don't believe this is related and probably warrants a new PR. Rainer