Hello! >>> I would need the help of target maintainers to fix it this way since >>> it touches every target and it would take time for me to build and >>> test every target. >> >> For changes that only need a compile to ensure one didn't brake a port, a >> configure and build of > a target is 2 minutes. Over night (6 hours), you can 180 targets. Before > you laugh, there are > people that have done this sort of building in the past as well. The hardest > part, literally, would be > to come up with the list of targets. > > Thanks. This is the list of affected targets extracted from the link > JBG pointed to: http://toolchain.lug-owl.de/buildbot/?limit=1500 > > "alpha-linux,bfin-elf,cr16-elf,epiphany-elf,frv-linux,h8300-elf,hppa-linux,m32c-elf,m68k-linux, > mep- > elf,microblaze-linux,mips64el-linux,mips64-linux,mipsel-linux,mips-linux,mmix, > nios2-elf,powerpc64le-linux,powerpc64-linux,powerpcle-linux,powerpc-linux,ppc64-linux, > ppc-linux,rl78-> > elf,rs6000-ibm-aix4.3,s390-linux,s390x-linux,sparc64-linux,sparc-linux,spu, > spu-elf,vax-linux,xtensa-> linux" > > Status: With the patch below, x86_64, i386 and powerpc native > bootstrap is fine. x86_64 has one test regression in > gfortran.dg/lto/pr45586 which I am looking into. Also, mips and > mips-64 cross-compiler builds fine.
Your proposed one-liner patch fixes bootstrap failure on native alphaev68-linux-gnu build. Thanks, Uros.