https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100537
--- Comment #2 from Maxim Kuvyrkov <mkuvyrkov at gcc dot gnu.org> --- So far I managed to reproduce this only with armhf Go build, so one needs go1 binary from either a native armhf system or an armhf cross-toolchain to reproduce. To reproduce on a native system configure GCC with: ../gcc/configure --disable-bootstrap --disable-multilib --with-float=hard --enable-languages=go To reproduce using a cross-toolchain and Linaro scripts: git clone https://git.linaro.org/toolchain/abe.git cd abe ./configure ./abe.sh --target arm-linux-gnueabihf --build all --extraconfigdir config/master