diff options
Diffstat (limited to 'gcc/real.c')
-rw-r--r-- | gcc/real.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/real.c b/gcc/real.c index 86f88cec4b9..5cf2525b90a 100644 --- a/gcc/real.c +++ b/gcc/real.c @@ -1377,7 +1377,8 @@ real_to_integer2 (HOST_WIDE_INT *plow, HOST_WIDE_INT *phigh, const REAL_VALUE_TYPE *r) { REAL_VALUE_TYPE t; - HOST_WIDE_INT low, high; + unsigned HOST_WIDE_INT low; + HOST_WIDE_INT high; int exp; switch (r->cl) |