Commit 6b62e557 by Richard Stallman

(floating_exact_log2): Initialize r1.

From-SVN: r3996
parent e5e28962
...@@ -1356,6 +1356,7 @@ floating_exact_log2 (x) ...@@ -1356,6 +1356,7 @@ floating_exact_log2 (x)
if (REAL_VALUES_LESS (r, dconst0)) if (REAL_VALUES_LESS (r, dconst0))
return 0; return 0;
r1 = dconst1;
i = 0; i = 0;
while (REAL_VALUES_LESS (r1, r)) while (REAL_VALUES_LESS (r1, r))
{ {
......
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