aboutsummaryrefslogtreecommitdiff
path: root/gcc/cse.c
diff options
context:
space:
mode:
authorRichard Sandiford <richard.sandiford@linaro.org>2017-12-20 12:54:10 +0000
committerRichard Sandiford <rsandifo@gcc.gnu.org>2017-12-20 12:54:10 +0000
commit7f679e470b6255bcf495b8200d66acfed1e975a3 (patch)
treebfbce249f1cad3e19c5517dfe7a57d0826459ae5 /gcc/cse.c
parent8c59e5e735fcc19f170b4b7d72b55400da99e7b4 (diff)
downloadgcc-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