https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114434
--- Comment #7 from ro at CeBiTec dot Uni-Bielefeld.DE <ro at CeBiTec dot Uni-Bielefeld.DE> --- > --- Comment #6 from Iain Buclaw <ibuclaw at gcc dot gnu.org> --- > @Rainer, I think I've found the cause for discrepancy, a use of size_t vs. > widest integer for pointer offsets. > > Can you give this a test? Sure: I bootstrapped with this patch on both i386-pc-solaris2.11 and sparc-sun-solaris2.11 and the failures are gone. Thanks.