Commit c33063e8 by Kazu Hirata Committed by Kazu Hirata

* simplify.c: Fix a comment typo.

From-SVN: r98021
parent a82635d0
2005-04-12 Kazu Hirata <kazu@cs.umass.edu>
* simplify.c: Fix a comment typo.
2005-04-11 Richard Sandiford <rsandifo@redhat.com> 2005-04-11 Richard Sandiford <rsandifo@redhat.com>
* lang.opt: Refer to the GCC internals documentation instead of c.opt. * lang.opt: Refer to the GCC internals documentation instead of c.opt.
......
...@@ -2322,7 +2322,7 @@ gfc_simplify_nearest (gfc_expr * x, gfc_expr * s) ...@@ -2322,7 +2322,7 @@ gfc_simplify_nearest (gfc_expr * x, gfc_expr * s)
else else
{ {
/* In this case the exponent can shrink, which makes us skip /* In this case the exponent can shrink, which makes us skip
over one number because we substract one ulp with the over one number because we subtract one ulp with the
larger exponent. Thus we need to compensate for this. */ larger exponent. Thus we need to compensate for this. */
mpfr_init_set (tmp, result->value.real, GFC_RND_MODE); mpfr_init_set (tmp, result->value.real, GFC_RND_MODE);
......
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