https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109231
--- Comment #4 from ro at CeBiTec dot Uni-Bielefeld.DE <ro at CeBiTec dot Uni-Bielefeld.DE> --- "jakub at gcc dot gnu.org" <gcc-bugzi...@gcc.gnu.org> writes: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109231 > > --- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> --- > Can you find out the gdc and d21 invocation lines for those 2 cases? sure (with -v -save-temps added): * stage 2, -fno-checking: /var/gcc/regression/master/11.4-gcc-gas/build/./gcc/gdc -B/var/gcc/regression/master/11.4-gcc-gas/build/./gcc/ -B/vol/gcc/sparc-sun-solaris2.11/bin/ -B/vol/gcc/sparc-sun-solaris2.11/lib/ -isystem /vol/gcc/sparc-sun-solaris2.11/include -isystem /vol/gcc/sparc-sun-solaris2.11/sys-include -fno-checking -fversion=Shared -Wall -frelease -ffunction-sections -fdata-sections -O2 -g -fpreview=dip1000 -fpreview=fieldwise -fpreview=dtorfields -nostdinc -I /vol/gcc/src/hg/master/local/libphobos/libdruntime -I . -c /vol/gcc/src/hg/master/local/libphobos/libdruntime/rt/util/typeinfo.d -v -save-temps -fPIC -fversion=Shared -o rt/util/.libs/typeinfo.o /var/gcc/regression/master/11.4-gcc-gas/build/./gcc/d21 /vol/gcc/src/hg/master/local/libphobos/libdruntime/rt/util/typeinfo.d -quiet -dumpdir rt/util/.libs/ -dumpbase typeinfo.d -dumpbase-ext .d -mcpu=v9 -g -O2 -Wall -version -fno-checking -fversion=Shared -frelease -ffunction-sections -fdata-sections -fpreview=dip1000 -fpreview=fieldwise -fpreview=dtorfields -fPIC -fversion=Shared -iprefix /var/gcc/regression/master/11.4-gcc-gas/build/gcc/../lib/gcc/sparc-sun-solaris2.11/13.0.1/ -isystem /var/gcc/regression/master/11.4-gcc-gas/build/./gcc/include -isystem /var/gcc/regression/master/11.4-gcc-gas/build/./gcc/include-fixed -nostdinc -isystem /vol/gcc/sparc-sun-solaris2.11/include -isystem /vol/gcc/sparc-sun-solaris2.11/sys-include -I /vol/gcc/src/hg/master/local/libphobos/libdruntime -I . -v -o rt/util/.libs/typeinfo.s * stage 3, -fchecking=1 /var/gcc/regression/master/11.4-gcc-gas/build/./gcc/gdc -B/var/gcc/regression/master/11.4-gcc-gas/build/./gcc/ -B/vol/gcc/sparc-sun-solaris2.11/bin/ -B/vol/gcc/sparc-sun-solaris2.11/lib/ -isystem /vol/gcc/sparc-sun-solaris2.11/include -isystem /vol/gcc/sparc-sun-solaris2.11/sys-include -fchecking=1 -fversion=Shared -Wall -frelease -ffunction-sections -fdata-sections -O2 -g -fpreview=dip1000 -fpreview=fieldwise -fpreview=dtorfields -nostdinc -I /vol/gcc/src/hg/master/local/libphobos/libdruntime -I . -c /vol/gcc/src/hg/master/local/libphobos/libdruntime/rt/util/typeinfo.d -fPIC -fversion=Shared -o rt/util/typeinfo.o -v -save-temps /var/gcc/regression/master/11.4-gcc-gas/build/./gcc/d21 /vol/gcc/src/hg/master/local/libphobos/libdruntime/rt/util/typeinfo.d -quiet -dumpdir rt/util/ -dumpbase typeinfo.d -dumpbase-ext .d -mcpu=v9 -g -O2 -Wall -version -fchecking=1 -fversion=Shared -frelease -ffunction-sections -fdata-sections -fpreview=dip1000 -fpreview=fieldwise -fpreview=dtorfields -fPIC -fversion=Shared -iprefix /var/gcc/regression/master/11.4-gcc-gas/build/gcc/../lib/gcc/sparc-sun-solaris2.11/13.0.1/ -isystem /var/gcc/regression/master/11.4-gcc-gas/build/./gcc/include -isystem /var/gcc/regression/master/11.4-gcc-gas/build/./gcc/include-fixed -nostdinc -isystem /vol/gcc/sparc-sun-solaris2.11/include -isystem /vol/gcc/sparc-sun-solaris2.11/sys-include -I /vol/gcc/src/hg/master/local/libphobos/libdruntime -I . -v -o rt/util/typeinfo. > I've tried to test it using a cross-compiler: It might be that this is hard to reproduce in a cross: as I mentioned, the failure only happens with gas natively and I'm uncertain if the configure tests distinguishing those two all work properly in a cross. FWIW, I'm currently running a reghunt to identify the culprit. However, a single step takes 1h25...