Re: [Patch, testsuite, mips] Fix test gcc.dg/delay-slot-1.c for MIPS

2014-01-09 Thread Richard Sandiford
"Steve Ellcey " writes: > 2014-01-09 Steve Ellcey > > * 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 curr

[Patch, testsuite, mips] Fix test gcc.dg/delay-slot-1.c for MIPS

2014-01-09 Thread Steve Ellcey
The gcc.dg/delay-slot-1.c test is failing for MIPS targets that do not support the 64 bit ABI because it didn't check to see if that support existed before using the -mabi=64 flag. This patch fixes the problem by using the mips64 check. OK to checkin? Steve Ellcey sell...@mips.com 2014-01-09