diff options
author | Richard Sandiford <richard.sandiford@linaro.org> | 2017-12-20 12:54:10 +0000 |
---|---|---|
committer | Richard Sandiford <rsandifo@gcc.gnu.org> | 2017-12-20 12:54:10 +0000 |
commit | 7f679e470b6255bcf495b8200d66acfed1e975a3 (patch) | |
tree | bfbce249f1cad3e19c5517dfe7a57d0826459ae5 /gcc/cse.c | |
parent | 8c59e5e735fcc19f170b4b7d72b55400da99e7b4 (diff) | |
download | gcc-7f679e470b6255bcf495b8200d66acfed1e975a3.zip gcc-7f679e470b6255bcf495b8200d66acfed1e975a3.tar.gz gcc-7f679e470b6255bcf495b8200d66acfed1e975a3.tar.bz2 |
poly_int: store_field & co
This patch makes store_field and related routines use poly_ints
for bit positions and sizes. It keeps the existing choices
between signed and unsigned types (there are a mixture of both).
2017-12-20 Richard Sandiford <richard.sandiford@linaro.org>
Alan Hayward <alan.hayward@arm.com>
David Sherwood <david.sherwood@arm.com>
gcc/
* expr.c (store_constructor_field): Change bitsize from a
unsigned HOST_WIDE_INT to a poly_uint64 and bitpos from a
HOST_WIDE_INT to a poly_int64.
(store_constructor): Change size from a HOST_WIDE_INT to
a poly_int64.
(store_field): Likewise bitsize and bitpos.
Co-Authored-By: Alan Hayward <alan.hayward@arm.com>
Co-Authored-By: David Sherwood <david.sherwood@arm.com>
From-SVN: r255880
Diffstat (limited to 'gcc/cse.c')
0 files changed, 0 insertions, 0 deletions