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: [Patch, testsuite, mips] Fix test gcc.dg/delay-slot-1.c for MIPS


"Steve Ellcey " <sellcey@mips.com> writes:
> 2014-01-09  Steve Ellcey  <sellcey@mips.com>
>
> 	* gcc.dg/delay-slot-1.c: Add check for 64 bit support.

OK, thanks.  Pedantically it's "Restrict -mabi=64 to 64-bit processors.",
since we're not really checking whether the support is there, but whether
n64 is compatible with the currently-selected processor.

Last time I looked, user options take precedence over test options,
so someone testing specific -mabi options (like I do for mips64-linux-gnu)
won't be affected either way.  And for people testing -march= without -mabi=,
or people using toolchains configured using --with-arch=<32-bit-proc>,
I agree the change is a good thing.

Thanks,
Richard


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