https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80474
--- Comment #7 from Jan Smets <jan.smets at nokia dot com> --- My apologies, somehow I dropped the -mno-abicalls along the road. $ git status HEAD detached at gcc-6_3_0-release configure --target=mips64-linux-gnuabi64 --enable-languages=c (with binutils/gmp/etc all alread present) make all-gcc -jN ./gcc/xgcc --version xgcc (GCC) 6.3.0 ./gcc/xgcc -B ./gcc -O2 -fno-reorder-blocks -march=mips2 -fno-inline-small-functions -mabi=32 -c /tmp/test.c -S -dA -dP -o - -mno-abicalls The output still matches the above output. Thanks
