This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: RFA: MIPS paired single support


On Mon, 2004-08-30 at 23:03, Richard Sandiford wrote:
> Well, the reason I said there was some disagreement that was that ISTR
> Jim suggesting a new target-specific subdirectory.  I agree that might
> be better.

We need a decision on the testcases, so I made one.

I added a new gcc.target/mips directory, and dropped in the new
testcases.  I had to make another change to them, as they fail with my
flag_trapping_math bug fix.  I worked around the bug by adding a "float
qnan = ..." line, and then using the new variable qnan in the V2SFmode
constructors.  I also reported the problem into bugzilla; it is now bug
17297.

I added a new mips.exp file that is a copy of dg.exp, with a line added
near the top that returns if the target is not mips*-*-*.

I didn't bother renaming the testcases.  So we have
gcc.target/mips/mips-3d-1.c, which is a little redundant, but seems OK
to me, considering that this is testing the MIPS-3D ASE.  Plus I didn't
want to start another debate by asking about new names for the
testcases.  If you want to rename them, that is fine with me.  At least
they are checked in now which is the important part.

I didn't bother moving any of the old mips testcases in gcc.dg.  I
consider this a separate problem.  They can be optionally left there, or
moved over, possibly renaming them as they are moved.
-- 
Jim Wilson, GNU Tools Support, http://www.SpecifixInc.com



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]