Hi, Committed as obvious.
2013-07-12 Maciej W. Rozycki <ma...@codesourcery.com> gcc/ * config/mips/mips.c (mips_expand_call): Remove empty statement. Maciej gcc-mips-expand-call-syntax.patch Index: gcc-fsf-trunk-quilt/gcc/config/mips/mips.c =================================================================== --- gcc-fsf-trunk-quilt.orig/gcc/config/mips/mips.c 2013-07-12 21:10:19.890906148 +0100 +++ gcc-fsf-trunk-quilt/gcc/config/mips/mips.c 2013-07-12 21:13:00.400592186 +0100 @@ -6902,7 +6902,7 @@ mips_expand_call (enum mips_call_type ty gcc_assert (!lazy_p && type == MIPS_CALL_NORMAL); return insn; } - ; + orig_addr = addr; if (!call_insn_operand (addr, VOIDmode)) {