]> git.ipfire.org Git - thirdparty/gcc.git/commit
Use the term MC/DC in help for gcov --conditions
authorJørgen Kvalsvik <j@lambda.is>
Tue, 25 Jun 2024 06:41:45 +0000 (08:41 +0200)
committerJørgen Kvalsvik <j@lambda.is>
Wed, 26 Jun 2024 10:19:22 +0000 (12:19 +0200)
commit0bf002100453a0f531855c093f095dc15274a78c
tree26c8d6a09a8b2bea324be8b87995191cf8fddc1a
parent229bf66f8d5d6df2997cee37575241cae944e4a6
Use the term MC/DC in help for gcov --conditions

Without key terms like "masking" and "MC/DC" it is not at all obvious
what --conditions actually reports on, and there is no easy path for the
user to figure out. By at least including the two key terms MC/DC and
masking users have something to search for.

gcc/ChangeLog:

* gcov.cc (print_usage): Reference masking MC/DC.
gcc/gcov.cc