public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Condition coverage docs, bugfix
@ 2024-06-25  8:03 Jørgen Kvalsvik
  2024-06-25  8:03 ` [PATCH 1/3] Release structures on function return Jørgen Kvalsvik
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Jørgen Kvalsvik @ 2024-06-25  8:03 UTC (permalink / raw)
  To: gcc-patches; +Cc: hubicka, Jørgen Kvalsvik


This patch set includes a memory leak fix and some documentation
additions for condition coverage. Without prior knowledge it would be
hard to find out what exactly gcc/gcov means by "condition coverage",
so I fleshed it out and made sure to include some searchable keywords --
masking, MC/DC. The flags leave room for other condition coverage
flavors, and relies on docs to make it clear.

Jørgen Kvalsvik (3):
  Release structures on function return
  Add section on MC/DC in gcov manual
  Use the term MC/DC in help for gcov --conditions

 gcc/doc/gcov.texi   | 72 +++++++++++++++++++++++++++++++++++++++++++++
 gcc/gcov.cc         |  2 +-
 gcc/tree-profile.cc |  3 ++
 3 files changed, 76 insertions(+), 1 deletion(-)

-- 
2.39.2


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

end of thread, other threads:[~2024-06-27  6:26 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-25  8:03 [PATCH 0/3] Condition coverage docs, bugfix Jørgen Kvalsvik
2024-06-25  8:03 ` [PATCH 1/3] Release structures on function return Jørgen Kvalsvik
2024-06-25 10:23   ` Jan Hubicka
2024-06-25 10:37     ` Jørgen Kvalsvik
2024-06-26 10:20     ` Jørgen Kvalsvik
2024-06-27  6:26     ` Jørgen Kvalsvik
2024-06-25  8:03 ` [PATCH 2/3] Add section on MC/DC in gcov manual Jørgen Kvalsvik
2024-06-25 10:23   ` Jan Hubicka
2024-06-26 10:21     ` Jørgen Kvalsvik
2024-06-25  8:03 ` [PATCH 3/3] Use the term MC/DC in help for gcov --conditions Jørgen Kvalsvik
2024-06-25 10:25   ` Jan Hubicka
2024-06-25 10:42     ` Jørgen Kvalsvik
2024-06-26 10:21     ` Jørgen Kvalsvik

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).