aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@baylibre.com>2024-03-11 22:43:19 +0100
committerThomas Schwinge <tschwinge@baylibre.com>2024-03-11 22:43:19 +0100
commit02d394b2736afa9a24ab3e1b8ad56fd6ac37e0f4 (patch)
tree72a52f2eaf750b4072bd204a54cee0af465922bb /gcc
parent4235574518bd016f208b97f6f497978c31771e12 (diff)
parent46595ce72e5855189e3c60a140c3ca5aaddfb58c (diff)
downloadgcc-02d394b2736afa9a24ab3e1b8ad56fd6ac37e0f4.zip
gcc-02d394b2736afa9a24ab3e1b8ad56fd6ac37e0f4.tar.gz
gcc-02d394b2736afa9a24ab3e1b8ad56fd6ac37e0f4.tar.bz2
Merge commit '46595ce72e5855189e3c60a140c3ca5aaddfb58c' into HEAD
Diffstat (limited to 'gcc')
-rw-r--r--gcc/cp/constexpr.cc1
-rw-r--r--gcc/dwarf2out.cc1
-rw-r--r--gcc/rust/backend/rust-constexpr.cc1
-rw-r--r--gcc/tree-affine.cc1
4 files changed, 0 insertions, 4 deletions
diff --git a/gcc/cp/constexpr.cc b/gcc/cp/constexpr.cc
index 2a6601c..0f948db 100644
--- a/gcc/cp/constexpr.cc
+++ b/gcc/cp/constexpr.cc
@@ -5643,7 +5643,6 @@ cxx_fold_indirect_ref (const constexpr_ctx *ctx, location_t loc, tree type,
{
tree sub = op0;
tree subtype;
- poly_uint64 const_op01;
/* STRIP_NOPS, but stop if REINTERPRET_CAST_P. */
while (CONVERT_EXPR_P (sub) || TREE_CODE (sub) == NON_LVALUE_EXPR
diff --git a/gcc/dwarf2out.cc b/gcc/dwarf2out.cc
index f60a065..ad2be7c 100644
--- a/gcc/dwarf2out.cc
+++ b/gcc/dwarf2out.cc
@@ -15967,7 +15967,6 @@ mem_loc_descriptor (rtx rtl, machine_mode mode,
enum dwarf_location_atom op;
dw_loc_descr_ref op0, op1;
rtx inner = NULL_RTX;
- poly_int64 offset;
if (mode == VOIDmode)
mode = GET_MODE (rtl);
diff --git a/gcc/rust/backend/rust-constexpr.cc b/gcc/rust/backend/rust-constexpr.cc
index 9e19566..55c2ccd 100644
--- a/gcc/rust/backend/rust-constexpr.cc
+++ b/gcc/rust/backend/rust-constexpr.cc
@@ -741,7 +741,6 @@ rs_fold_indirect_ref (const constexpr_ctx *ctx, location_t loc, tree type,
{
tree sub = op0;
tree subtype;
- poly_uint64 const_op01;
/* STRIP_NOPS, but stop if REINTERPRET_CAST_P. */
while (CONVERT_EXPR_P (sub) || TREE_CODE (sub) == NON_LVALUE_EXPR
diff --git a/gcc/tree-affine.cc b/gcc/tree-affine.cc
index ee327e6..ecab467 100644
--- a/gcc/tree-affine.cc
+++ b/gcc/tree-affine.cc
@@ -268,7 +268,6 @@ expr_to_aff_combination (aff_tree *comb, tree_code code, tree type,
tree op0, tree op1 = NULL_TREE)
{
aff_tree tmp;
- poly_int64 bitpos, bitsize, bytepos;
switch (code)
{