Re: [testsuite] Require fenv_exceptions in gcc.dg/torture/float128* tests

2013-11-14 Thread Rainer Orth
"Joseph S. Myers" writes: >> Btw., the new fenv_exceptions effective-target keywords needs >> documenting in sourcebuild.texi. > > Duplicating documentation for effective-target keywords in > sourcebuild.texi seems to me to be a mistake like the documentation for > specs in invoke.texi - in bot

Re: [testsuite] Require fenv_exceptions in gcc.dg/torture/float128* tests

2013-11-14 Thread Joseph S. Myers
On Thu, 14 Nov 2013, Rainer Orth wrote: > The new gcc.dg/torture/float128* tests FAIL on Solaris 9/x86 which lacks > . Fixed by the patch below, tested with the appropriate runtest > invocations on i386-pc-solaris2.9 and i386-pc-solaris2.11. > > Ok for mainline? fenv_exceptions isn't correct fo

[testsuite] Require fenv_exceptions in gcc.dg/torture/float128* tests

2013-11-14 Thread Rainer Orth
The new gcc.dg/torture/float128* tests FAIL on Solaris 9/x86 which lacks . Fixed by the patch below, tested with the appropriate runtest invocations on i386-pc-solaris2.9 and i386-pc-solaris2.11. Ok for mainline? Btw., the new fenv_exceptions effective-target keywords needs documenting in source