diff options
author | Richard Henderson <rth@redhat.com> | 2002-09-07 19:17:26 -0700 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2002-09-07 19:17:26 -0700 |
commit | 36eea25f2b17b3c49aad549a8cc850027c4e40dd (patch) | |
tree | bf0dd85b3d21e5ec6ba0fed293c3779b039bc7b3 /gcc/real.c | |
parent | ff6c6aa895e907dc592e3347479c95da450d8040 (diff) | |
download | gcc-36eea25f2b17b3c49aad549a8cc850027c4e40dd.zip gcc-36eea25f2b17b3c49aad549a8cc850027c4e40dd.tar.gz gcc-36eea25f2b17b3c49aad549a8cc850027c4e40dd.tar.bz2 |
* real.c (ereal_inf): Clear E before use.
From-SVN: r56925
Diffstat (limited to 'gcc/real.c')
-rw-r--r-- | gcc/real.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1898,6 +1898,7 @@ ereal_inf (mode) rndsav = rndprc; rndprc = prec; + eclear (e); einfin (e); rndprc = rndsav; |