Adhemerval Zanella Netto wrote: > Do we have a bug similar to the one you opened for SH4 on glibc?
No, the SH4 architecture is the only one on which I identified a totalorder* malfunction in glibc. > But the MIPS failure is expected ... The MIPS test failure was because MIPS uses the "inverted" interpretation of bit 22 (in 'float') and bit 51 (in 'double') and the gnulib code was not handling that correctly. After fixing it in gnulib, I don't see test suite failures for MIPS, neither with the gnulib totalorder* nor with the glibc totalorder*. Bruno