https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113636
--- Comment #4 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Just FYI (just recording on how to reproduce it once the build is finished, needed to modify some scripts to get the command line out in the first place): cd /home/apinski/src/upstream-full-cross/gcc/libgo/go/math/cmplx /home/apinski/src/upstream-full-cross/gcc/objdir-stage2/./gcc/gccgo -B/home/apinski/src/upstream-full-cross/gcc/objdir-stage2/./gcc/ -B/home/apinski/src/upstream-full-cross/install/aarch64-linux-gnu/bin/ -B/home/apinski/src/upstream-full-cross/install/aarch64-linux-gnu/lib/ -isystem /home/apinski/src/upstream-full-cross/install/aarch64-linux-gnu/include -isystem /home/apinski/src/upstream-full-cross/install/aarch64-linux-gnu/sys-include -g -O2 -L /home/apinski/src/upstream-full-cross/gcc/objdir-stage2/aarch64-linux-gnu/libgo -L /home/apinski/src/upstream-full-cross/gcc/objdir-stage2/aarch64-linux-gnu/libgo/.libs -g -fgo-pkgpath=math/cmplx -c -I . -fno-toplevel-reorder -o _gotest_.o cmath_test.go huge_test.go abs.go asin.go conj.go exp.go isinf.go isnan.go log.go phase.go polar.go pow.go rect.go sin.go sqrt.go tan.go