OSDN Git Service

(layout_record): Use HOST_WIDE_INT for size.
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 30 Oct 1996 20:53:58 +0000 (20:53 +0000)
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 30 Oct 1996 20:53:58 +0000 (20:53 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@13078 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/stor-layout.c

index 6f78992..61768f8 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.  */