On Thu, Feb 6, 2020 at 12:07 PM Martin Liska <mli...@suse.cz> wrote: > > Hi. > > The series is about small issues that were spotted with cppcheck > and where David Binderman suggested a patch. > > It's probably a stage1 material?
Yes. > Martin > > Martin Liska (4): > Remove 2 dead variables in bid_internal.h. > Use const for some function arguments. > Put index check before use. > Use const for template argument. > > gcc/alloc-pool.h | 2 +- > gcc/bitmap.h | 2 +- > gcc/mem-stats.h | 4 ++-- > gcc/sese.h | 4 ++-- > libgcc/config/libbid/bid_internal.h | 4 ---- > liboffloadmic/runtime/offload_target.cpp | 2 +- > libstdc++-v3/include/parallel/multiway_merge.h | 4 ++-- > 7 files changed, 9 insertions(+), 13 deletions(-) > > -- > 2.25.0 >