Commit 138ca312 by Jason Merrill Committed by Jason Merrill

* real.c (do_multiply): Initialize with memset.

From-SVN: r70863
parent d253f9ba
2003-08-27 Jason Merrill <jason@redhat.com>
* real.c (do_multiply): Initialize with memset.
2003-08-27 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
* gcov.c (typedef struct arc_info): New field cs_count.
......
......@@ -763,8 +763,8 @@ do_multiply (REAL_VALUE_TYPE *r, const REAL_VALUE_TYPE *a,
continue;
}
memset (&u, 0, sizeof (u));
u.class = rvc_normal;
u.sign = 0;
u.exp = exp;
for (k = j; k < SIGSZ * 2; k += 2)
......
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