(layout_record): Use HOST_WIDE_INT for size.
authorRichard Kenner <kenner@gcc.gnu.org>
Wed, 30 Oct 1996 20:53:58 +0000 (15:53 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Wed, 30 Oct 1996 20:53:58 +0000 (15:53 -0500)
From-SVN: r13078

gcc/stor-layout.c

index 6f78992da104b61fbb2b5907cdb177526023d518..61768f842639212ce322084afe54ba3199cdf426 100644 (file)
@@ -318,7 +318,7 @@ layout_record (rec)
      and VAR_SIZE is a tree expression.
      If VAR_SIZE is null, the size is just CONST_SIZE.
      Naturally we try to avoid using VAR_SIZE.  */
 register int const_size = 0;
register HOST_WIDE_INT const_size = 0;
   register tree var_size = 0;
   /* Once we start using VAR_SIZE, this is the maximum alignment
      that we know VAR_SIZE has.  */