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]

mips/sb1.md fix for attribute mode typo


The DFmode divide scheduler patterns in the sb1.md file accidentally
have an SF attribute mode check.  This should of course be a DF
attribute mode check.

I went ahead and checked this in on the assumption I own this file.

This was tested with an sb1-elf combined tree build and make check. 
There was one less libstdc++ failure with the patch, but this had
nothing to do with the patch.  There was one testcase that just happened
to timeout during one run but not during the other run.  Otherwise there
were no changes.
-- 
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]