diff options
author | Andrew Pinski <quic_apinski@quicinc.com> | 2024-11-26 00:37:33 -0800 |
---|---|---|
committer | Andrew Pinski <quic_apinski@quicinc.com> | 2024-11-26 00:43:14 -0800 |
commit | 014b135672717d23706d5e2554d49d7cf2200fa5 (patch) | |
tree | c8943dba4a506168318a4e75fa76a5066e7e6e33 /gcc/c-family | |
parent | 8692cb10e82e72af70b690c23be5e5096bb999d2 (diff) | |
download | gcc-014b135672717d23706d5e2554d49d7cf2200fa5.zip gcc-014b135672717d23706d5e2554d49d7cf2200fa5.tar.gz gcc-014b135672717d23706d5e2554d49d7cf2200fa5.tar.bz2 |
affine: Remove unused variable rem from wide_int_constant_multiple_p
This might fix the current bootstrap failure on aarch64, I only tested it
on x86_64. But the rem variable is unused and the for poly_widest_int, there
could be loop if NUM_POLY_INT_COEFFS is 2 or more. In the case of aarch64,
NUM_POLY_INT_COEFFS is 2.
Note the reason why there is warning for the unused variable is due to the deconstructor.
Pushed as obvious after a build for x86_64-linux-gnu.
gcc/ChangeLog:
* tree-affine.cc (wide_int_constant_multiple_p): Remove unused rem variable.
Signed-off-by: Andrew Pinski <quic_apinski@quicinc.com>
Diffstat (limited to 'gcc/c-family')
0 files changed, 0 insertions, 0 deletions