> > The -mnan=2008 and -mabs=2008 options are not supported on pre-R2 > targets. > > This results in failures for tests which use these options, such as > > nan-2008.c, > > fabs-2008.c etc. > > > > This patch makes the testsuite upgrade to R2 if -mnan=2008 and -mabs=2008 > are > > used as test options. > > > > Tested with mips-mti-elf. > > > > Regards, > > Toma Tabacu > > > > gcc/testsuite/ChangeLog: > > > > * gcc.target/mips/mips.exp (mips-dg-options): Upgrade to R2 for > > -mnan=2008 and -mabs=2008. > > OK, thanks. > > Matthew
Committed as r243542. Regards, Toma