https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65725
--- Comment #7 from ro at CeBiTec dot Uni-Bielefeld.DE <ro at CeBiTec dot Uni-Bielefeld.DE> --- > --- Comment #6 from Rainer Orth <ro at gcc dot gnu.org> --- [...] >> > 2. stage2 vs. stage3 diffs [...] > When trying a mainline bootstrap, I've run into quite a number of issues > (libcc1 and ada not building), but once I've worked around those, I could > bootstrap on amd64-pc-solaris2.11 (admittedly) with as/ld without comparison > failures. This was without --with-pic, which I'll try next. That bootstrap (amd64-pc-solaris2.10 with as/ld, --disable-shared --with-pic) has now completed as well: in addition to libcc1 (PR other/66955) and ada (cf. PR ada/88429), I also had to disable go because it uses sendfile without explicitly linking with -lsendfile (in the shared case, this works because libgo is linked with libsendfile). Anyway, the bootstrap has now finished successfully and make check is running: no comparison failures at all. So unless there's additional information how to reproduce this, I'll close the PR as WORKSFORME.