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

From-SVN: r56925
This commit is contained in:
Richard Henderson 2002-09-07 19:17:26 -07:00 committed by Richard Henderson
parent ff6c6aa895
commit 36eea25f2b
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
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

View File

@ -1898,6 +1898,7 @@ ereal_inf (mode)
rndsav = rndprc;
rndprc = prec;
eclear (e);
einfin (e);
rndprc = rndsav;