* real.c (ereal_inf): Clear E before use.
From-SVN: r56925
This commit is contained in:
parent
ff6c6aa895
commit
36eea25f2b
2 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -1898,6 +1898,7 @@ ereal_inf (mode)
|
|||
|
||||
rndsav = rndprc;
|
||||
rndprc = prec;
|
||||
eclear (e);
|
||||
einfin (e);
|
||||
rndprc = rndsav;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue