Commit eadf72ea by Ben Elliston Committed by Ben Elliston

* gcc.dg/dfp/fe-convert-1.c: Fix typo in comments.

From-SVN: r126892
parent 4ed88ee3
2007-07-25 Ben Elliston <bje@au.ibm.com>
* gcc.dg/dfp/fe-convert-1.c: Fix typo in comments.
2007-07-24 Daniel Jacobowitz <dan@codesourcery.com> 2007-07-24 Daniel Jacobowitz <dan@codesourcery.com>
* gcc.c-torture/execute/20070724-1.c: New. * gcc.c-torture/execute/20070724-1.c: New.
...@@ -10,7 +10,7 @@ volatile _Decimal64 d64; ...@@ -10,7 +10,7 @@ volatile _Decimal64 d64;
volatile _Decimal128 d128; volatile _Decimal128 d128;
/* Conversions between decimal float types should raise an invalid /* Conversions between decimal float types should raise an invalid
exception if the values doesn't fit, either because the value exception if the value doesn't fit, either because the value
is too large or the result can't hold the full precision. */ is too large or the result can't hold the full precision. */
CONVERT (100, d64, d32, 9.999999e96DD, 0) CONVERT (100, d64, d32, 9.999999e96DD, 0)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment