projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff6c6aa
)
* real.c (ereal_inf): Clear E before use.
author
Richard Henderson
<rth@redhat.com>
Sun, 8 Sep 2002 02:17:26 +0000
(19:17 -0700)
committer
Richard Henderson
<rth@gcc.gnu.org>
Sun, 8 Sep 2002 02:17:26 +0000
(19:17 -0700)
From-SVN: r56925
gcc/ChangeLog
patch
|
blob
|
history
gcc/real.c
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index a5d97bf47024decfdeb7595761c33f591924dbc5..fccd3e3b78038b54ca000777735913567b840281 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-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
diff --git
a/gcc/real.c
b/gcc/real.c
index 0a94c0599e529fd2b692c4656d5e249d30606ff2..bc30a93795f9166908e4071b5f63098fefc94ac6 100644
(file)
--- a/
gcc/real.c
+++ b/
gcc/real.c
@@
-1898,6
+1898,7
@@
ereal_inf (mode)
rndsav = rndprc;
rndprc = prec;
+ eclear (e);
einfin (e);
rndprc = rndsav;