]> gcc.gnu.org Git - gcc.git/commit
Remove some unused poly_int variables
authorRichard Sandiford <richard.sandiford@arm.com>
Thu, 28 Sep 2023 09:51:01 +0000 (10:51 +0100)
committerRichard Sandiford <richard.sandiford@arm.com>
Thu, 28 Sep 2023 09:51:01 +0000 (10:51 +0100)
commit46595ce72e5855189e3c60a140c3ca5aaddfb58c
tree8ebda94353db5886450faaf3592b47a2b7483143
parent0d9b4e8647ff01c3d3a782ab26684ca5a7c2f527
Remove some unused poly_int variables

Switching to default constructors for poly_int exposed some
unused variables that weren't previously diagnosed.

gcc/
* dwarf2out.cc (mem_loc_descriptor): Remove unused variables.
* tree-affine.cc (expr_to_aff_combination): Likewise.

gcc/cp/
* constexpr.cc (cxx_fold_indirect_ref): Remove unused variables.

gcc/rust/
* backend/rust-constexpr.cc (rs_fold_indirect_ref): Remove unused
variables.
gcc/cp/constexpr.cc
gcc/dwarf2out.cc
gcc/rust/backend/rust-constexpr.cc
gcc/tree-affine.cc
This page took 0.058214 seconds and 6 git commands to generate.