diff options
Diffstat (limited to 'gcc/cp/class.c')
-rw-r--r-- | gcc/cp/class.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/class.c b/gcc/cp/class.c index 4fc65da2e3b..39ff6a54fb0 100644 --- a/gcc/cp/class.c +++ b/gcc/cp/class.c @@ -6169,7 +6169,7 @@ layout_class_type (tree t, tree *virtuals_p) { unsigned HOST_WIDE_INT width; tree ftype = TREE_TYPE (field); - width = tree_low_cst (DECL_SIZE (field), /*unsignedp=*/1); + width = tree_to_uhwi (DECL_SIZE (field)); if (width != TYPE_PRECISION (ftype)) { TREE_TYPE (field) |