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.
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
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
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'
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,
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
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