From: Jørgen Kvalsvik <jorgen.kvalsvik@woven.toyota> --- gcc/gcov.cc | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/gcc/gcov.cc b/gcc/gcov.cc index 95e0a11bc08..62eac76a971 100644 --- a/gcc/gcov.cc +++ b/gcc/gcov.cc @@ -3045,6 +3045,10 @@ accumulate_line_counts (source_info *src) } } +/* Output information about the conditions in block BINFO. The output includes + * a summary (n/m outcomes covered) and a list of the missing (uncovered) + * outcomes. */ + static void output_conditions (FILE *gcov_file, const block_info *binfo) { -- 2.30.2