diff options
-rw-r--r-- | gcc/fold-const.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fold-const.c b/gcc/fold-const.c index 33d0253..ba23fd4 100644 --- a/gcc/fold-const.c +++ b/gcc/fold-const.c @@ -3287,7 +3287,7 @@ fold (expr) &low, &high); t = build_int_2 (low, high); TREE_TYPE (t) = type; - force_fit_type (t, overflow); + force_fit_type (t); } } else if (TREE_CODE (arg0) == REAL_CST) |