https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78509
--- Comment #3 from ro at CeBiTec dot Uni-Bielefeld.DE <ro at CeBiTec dot Uni-Bielefeld.DE> --- > --- Comment #2 from James Greenhalgh <jgreenhalgh at gcc dot gnu.org> --- > Thanks, and sorry for the break. No worries: as long as the thing still bootstraps ;-) > Can you help me out with a configure line that would get me to a stage 1 > solaris/x32 compiler so I can debug this? I suspect there's nothing Solaris specific here, but that you'd see the same failures in either an i686-pc-linux-gnu or an x86_64-pc-linux-gnu compiler with -m32. However, I don't believe you'll need more for a Solaris/x86 cross but --target i386-pc-solaris2.11 and (though unlikely) cross-binutils configured the same way. Rainer