public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Fix various minor issues seen with cppcheck
@ 2020-02-06 11:06 Martin Liska
  2020-02-06 11:06 ` [PATCH 3/4] Put index check before use Martin Liska
                   ` (4 more replies)
  0 siblings, 5 replies; 15+ messages in thread
From: Martin Liska @ 2020-02-06 11:06 UTC (permalink / raw)
  To: gcc-patches

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?

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

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2020-05-07 20:44 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-06 11:06 [PATCH 0/4] Fix various minor issues seen with cppcheck Martin Liska
2020-02-06 11:06 ` [PATCH 3/4] Put index check before use Martin Liska
2020-05-05 15:18   ` Jeff Law
2020-02-06 11:06 ` [PATCH 1/4] Remove 2 dead variables in bid_internal.h Martin Liska
2020-05-05 15:16   ` Jeff Law
2020-02-06 11:06 ` [PATCH 2/4] Use const for some function arguments Martin Liska
2020-02-07 17:22   ` Segher Boessenkool
2020-02-17 10:05     ` Martin Liška
2020-02-17 10:39       ` Richard Biener
2020-05-05 15:17   ` Jeff Law
2020-02-06 11:06 ` [PATCH 4/4] Use const for template argument Martin Liska
2020-05-05 15:17   ` Jeff Law
2020-05-06 10:01   ` Jonathan Wakely
2020-05-07 20:44     ` Jonathan Wakely
2020-02-06 11:18 ` [PATCH 0/4] Fix various minor issues seen with cppcheck Richard Biener

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).