Commit 505d6e2b by Richard Kenner

(layout_record): Use HOST_WIDE_INT for size.

From-SVN: r13078
parent cd76ea33
...@@ -318,7 +318,7 @@ layout_record (rec) ...@@ -318,7 +318,7 @@ layout_record (rec)
and VAR_SIZE is a tree expression. and VAR_SIZE is a tree expression.
If VAR_SIZE is null, the size is just CONST_SIZE. If VAR_SIZE is null, the size is just CONST_SIZE.
Naturally we try to avoid using VAR_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; register tree var_size = 0;
/* Once we start using VAR_SIZE, this is the maximum alignment /* Once we start using VAR_SIZE, this is the maximum alignment
that we know VAR_SIZE has. */ that we know VAR_SIZE has. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment