http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51094
--- Comment #16 from ro at CeBiTec dot Uni-Bielefeld.DE <ro at CeBiTec dot Uni-Bielefeld.DE> 2011-11-14 14:17:50 UTC --- > --- Comment #15 from Iain Sandoe <iains at gcc dot gnu.org> 2011-11-14 > 08:47:16 UTC --- > Created attachment 25814 > --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25814 > adjustment to final.c > > (just a heads up) > although not a bootstrap issue, this revision also caused a fair number of > regressions at m64 on i686/powerpc-darwin9. This is where the m32 target has > an m64 multilib. > > I am testing the patch on *-darwin9 and x86-64-darwin10. I'm seeing the same issue on i386-pc-solaris2.11 for the 64-bit multilib, while amd64-pc-solaris2.11 is fine. I'm running a bootstrap with your patch included on i386-pc-solaris2.10 now. On Solaris/SPARC, I also need the patch for PR rtl-optimization/51051 and remove the definition of ASM_GENERATE_INTERNAL_LABEL in gcc/config/sparc/sol2.h. There's going to be much similar fallout in other ports, too, since private definitions of that macro are widespread. Thanks. Rainer