]> git.ipfire.org Git - thirdparty/gcc.git/commit
Fix some warnings
authorAndrew MacLeod <amacleod@redhat.com>
Mon, 10 Jul 2023 17:58:22 +0000 (13:58 -0400)
committerAndrew MacLeod <amacleod@redhat.com>
Fri, 28 Jul 2023 20:23:07 +0000 (16:23 -0400)
commit7905c071c35070fff3397b1e24f140c128c08e64
tree3078057bbc889d25cff57a5c3862ac13977de027
parent69b282ee723236ff60b7c8065fd7a58270dcebde
Fix some warnings

PR tree-optimization/110205
* gimple-range-cache.h (ranger_cache::m_estimate): Delete.
* range-op-mixed.h (operator_bitwise_xor::op1_op2_relation_effect):
Add final override.
* range-op.cc (operator_lshift): Add missing final overrides.
(operator_rshift): Ditto.
gcc/gimple-range-cache.h
gcc/range-op-mixed.h
gcc/range-op.cc