summaryrefslogtreecommitdiff
path: root/gcc/real.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/real.c')
-rw-r--r--gcc/real.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/real.c b/gcc/real.c
index 5180aec382a..d2e780c7843 100644
--- a/gcc/real.c
+++ b/gcc/real.c
@@ -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)