diff options
Diffstat (limited to 'gcc/stor-layout.c')
-rwxr-xr-x | gcc/stor-layout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/stor-layout.c b/gcc/stor-layout.c index fac444c..4af5943 100755 --- a/gcc/stor-layout.c +++ b/gcc/stor-layout.c @@ -1333,7 +1333,7 @@ fixup_unsigned_type (type) = build_int_2 (precision - HOST_BITS_PER_WIDE_INT >= 0 ? -1 : ((HOST_WIDE_INT) 1 << precision) - 1, precision - HOST_BITS_PER_WIDE_INT > 0 - ? ((unsigned HOST_WIDE_INT) ~0 + ? ((HOST_WIDE_UINT) ~0 >> (HOST_BITS_PER_WIDE_INT - (precision - HOST_BITS_PER_WIDE_INT))) : 0); |