Re: [MIPS, committed] Add missing COSTS_N_INSNS call.

2012-08-29 Thread Hans-Peter Nilsson
On Wed, 29 Aug 2012, Richard Sandiford wrote: > Richard Sandiford writes: > > I'm testing a patch to make the testsuite work out the default > > -m{no,}synci, which ought to be enough. The usual rules should > > then kick in and force -mno-synci where necessary. Hopefully. > > Here's the patch.

Re: [MIPS, committed] Add missing COSTS_N_INSNS call.

2012-08-29 Thread Richard Sandiford
Richard Sandiford writes: > Hans-Peter Nilsson writes: >> On Tue, 28 Aug 2012, Richard Sandiford wrote: >>> Hans-Peter Nilsson writes: >>> > On Sun, 26 Aug 2012, Richard Sandiford wrote: >>> >> I'm preparing a patch to turn gcc.target/mips into a torture-like >>> >> testsuite. >>> > >>> > While

Re: [MIPS, committed] Add missing COSTS_N_INSNS call.

2012-08-28 Thread Richard Sandiford
Hans-Peter Nilsson writes: > On Tue, 28 Aug 2012, Richard Sandiford wrote: >> Hans-Peter Nilsson writes: >> > On Sun, 26 Aug 2012, Richard Sandiford wrote: >> >> I'm preparing a patch to turn gcc.target/mips into a torture-like >> >> testsuite. >> > >> > While on the subject of gcc.target/mips an

Re: [MIPS, committed] Add missing COSTS_N_INSNS call.

2012-08-28 Thread Hans-Peter Nilsson
On Tue, 28 Aug 2012, Richard Sandiford wrote: > Hans-Peter Nilsson writes: > > On Sun, 26 Aug 2012, Richard Sandiford wrote: > >> I'm preparing a patch to turn gcc.target/mips into a torture-like > >> testsuite. > > > > While on the subject of gcc.target/mips and its extensions, it > > also doesn'

Re: [MIPS, committed] Add missing COSTS_N_INSNS call.

2012-08-28 Thread Richard Sandiford
Hans-Peter Nilsson writes: > On Sun, 26 Aug 2012, Richard Sandiford wrote: >> I'm preparing a patch to turn gcc.target/mips into a torture-like >> testsuite. > > While on the subject of gcc.target/mips and its extensions, it > also doesn't handle a build configured with --with-synci=yes. > (Well,

Re: [MIPS, committed] Add missing COSTS_N_INSNS call.

2012-08-27 Thread Hans-Peter Nilsson
On Sun, 26 Aug 2012, Richard Sandiford wrote: > I'm preparing a patch to turn gcc.target/mips into a torture-like > testsuite. While on the subject of gcc.target/mips and its extensions, it also doesn't handle a build configured with --with-synci=yes. (Well, not on the 4.7 branch at least.) brgds

[MIPS, committed] Add missing COSTS_N_INSNS call.

2012-08-26 Thread Richard Sandiford
I'm preparing a patch to turn gcc.target/mips into a torture-like testsuite. This showed up a fair few problems, the first of which is fixed below. The code that calculated the size cost of multiplications was missing a COSTS_N_INSNS call. Tested on mipsisa64-elf, mips64-elf and mips64-linux-gnu