Commit 36eea25f by Richard Henderson Committed by Richard Henderson

* real.c (ereal_inf): Clear E before use.

From-SVN: r56925
parent ff6c6aa8
2002-09-07 Richard Henderson <rth@redhat.com>
* real.c (ereal_inf): Clear E before use.
2002-09-07 Kazu Hirata <kazu@cs.umass.edu>
* config/h8300/h8300.md (udivmodqi4): Split the pattern into
......
......@@ -1898,6 +1898,7 @@ ereal_inf (mode)
rndsav = rndprc;
rndprc = prec;
eclear (e);
einfin (e);
rndprc = rndsav;
......
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