Graham Stott <graham.st...@btinternet.com> writes: > gcc/ChangeLog > > * config/mips/mips.c (): Very slightly increase code of MUL.whren > optimizing for size.
* config/mips/mips.c (mips_rtx_costs): Very slightly increase the cost of MULT when optimizing for size. > gcc/testsuite/ChangeLog > * gcc.target/mips/mulsize-7.c: New. > * gcc.target/mips/mulsize-9.c New. > * gcc/target/mips/mulsize-15.c: New. > * gcc.target/mips/mulsize-17.c: New. Let's number these consecutively (1-4). Typo "gcc/target/mips" -> "gcc.target/mips". OK with those changes, thanks. Richard