]> git.ipfire.org Git - thirdparty/gcc.git/commit
fe-convert-1.c: Expect FE_OVERFLOW when converting from 10.000000e96DD to _Decimal32...
authorH.J. Lu <hongjiu.lu@intel.com>
Thu, 14 Jun 2007 17:24:22 +0000 (17:24 +0000)
committerH.J. Lu <hjl@gcc.gnu.org>
Thu, 14 Jun 2007 17:24:22 +0000 (10:24 -0700)
commit9929612817e66aab6a3f4863acc70109d0addb60
treede3213503a06cba69d4577f3cdb7214925fb3442
parent3fcfad760717c9c8f215a59cf4b16d3ed89e0367
fe-convert-1.c: Expect FE_OVERFLOW when converting from 10.000000e96DD to _Decimal32...

2007-06-14  H.J. Lu  <hongjiu.lu@intel.com>

* gcc.dg/dfp/fe-convert-1.c: Expect FE_OVERFLOW when converting
from 10.000000e96DD to _Decimal32, from 10.000000e96DL to
_Decimal32 and from 10.00000000000000E384DL to _Decimal64.

*  gcc.dg/dfp/fe-convert-2.c: Expect FE_INEXACT when converting
from 1.0e96 and -1.0e96 to _Decimal32. Enable testing for
converting from 1.0e-96 and 0.00048828125 to _Decimal32 when
BID is used.

From-SVN: r125718
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/dfp/fe-convert-1.c
gcc/testsuite/gcc.dg/dfp/fe-convert-2.c