PING^2 Re: [PATCH 02/10] Add 'final' and 'override' on dom_walker vfunc impls

2022-06-24 Thread David Malcolm via Gcc-patches
I'd like to ping this patch again: https://gcc.gnu.org/pipermail/gcc-patches/2022-May/595436.html OK for trunk? Thanks Dave On Mon, 2022-06-13 at 14:23 -0400, David Malcolm wrote: > Ping for this patch: >   https://gcc.gnu.org/pipermail/gcc-patches/2022-May/595436.html > > OK for tunk? > >

PING Re: [PATCH 02/10] Add 'final' and 'override' on dom_walker vfunc impls

2022-06-13 Thread David Malcolm via Gcc-patches
Ping for this patch: https://gcc.gnu.org/pipermail/gcc-patches/2022-May/595436.html OK for tunk? Thanks Dave On Mon, 2022-05-23 at 15:28 -0400, David Malcolm wrote: > gcc/ChangeLog: > * compare-elim.cc: Add "final" and "override" to dom_walker > vfunc > implementations, removin

[PATCH 02/10] Add 'final' and 'override' on dom_walker vfunc impls

2022-05-23 Thread David Malcolm via Gcc-patches
gcc/ChangeLog: * compare-elim.cc: Add "final" and "override" to dom_walker vfunc implementations, removing redundant "virtual" as appropriate. * gimple-ssa-strength-reduction.cc: Likewise. * ipa-prop.cc: Likewise. * rtl-ssa/blocks.cc: Likewise. * tree