(output_constructor): Change type of variable value to
authorJim Wilson <wilson@gcc.gnu.org>
Thu, 29 Dec 1994 19:16:13 +0000 (11:16 -0800)
committerJim Wilson <wilson@gcc.gnu.org>
Thu, 29 Dec 1994 19:16:13 +0000 (11:16 -0800)
HOST_WIDE_INT.

From-SVN: r8705

gcc/varasm.c

index d0733d34f5e2b8ee75bfbdfa4658733ef417e031..89a0d249aa6d0391c6bc7e4a8ca17769c0827325 100644 (file)
@@ -3754,7 +3754,8 @@ output_constructor (exp, size)
          while (next_offset < end_offset)
            {
              int this_time;
-             int shift, value;
+             int shift;
+             HOST_WIDE_INT value;
              int next_byte = next_offset / BITS_PER_UNIT;
              int next_bit = next_offset % BITS_PER_UNIT;