https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115905
--- Comment #7 from ro at CeBiTec dot Uni-Bielefeld.DE <ro at CeBiTec dot Uni-Bielefeld.DE> --- > --- Comment #6 from Iain Sandoe <iains at gcc dot gnu.org> --- > (In reply to Rainer Orth from comment #5) >> The new test causes a SIGBUS on 32-bit Solaris/SPARC (sparc-sun-solaris2.11): > > Is this reproducible on any current cfarm machine? I guess so: cfarm216 is current Solaris 11.4/SPARC, the same I use for my builds. > (or, I guess, on a cross?) Probably not: a SIGBUS is usually an indication of an unaligned access, something you will only see on a strict-alignment cpu like sparc.