"Steve Ellcey " <sell...@mips.com> writes: > 2014-01-09 Steve Ellcey <sell...@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