* fold-const.c (fold): Only call force_fit_type with one arg.
authorBrendan Kehoe <brendan@gcc.gnu.org>
Tue, 12 Jan 1993 23:30:21 +0000 (18:30 -0500)
committerBrendan Kehoe <brendan@gcc.gnu.org>
Tue, 12 Jan 1993 23:30:21 +0000 (18:30 -0500)
From-SVN: r3210

gcc/fold-const.c

index 33d0253..ba23fd4 100644 (file)
@@ -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)