From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx.kolabnow.com (mx.kolabnow.com [212.103.80.155]) by sourceware.org (Postfix) with ESMTPS id 173AA386C5A4 for ; Tue, 25 Jun 2024 08:03:46 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 173AA386C5A4 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=lambda.is Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=lambda.is ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 173AA386C5A4 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=212.103.80.155 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1719302632; cv=none; b=n+R9TueXQnUhMSTJa2dh8BJEooFNlYKRs16z5qH9HOVInKpe1RtezJXfUcggjhWG/gkESLA2sk2HxpmaE8b/9YMFJKKGl6BjWRuO222yWluv3y39qDmao6wlQUNkql/E2OJccQWg+yGwRyiQLDcCPVhdvsWvso4FYJbM+qsuL00= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1719302632; c=relaxed/simple; bh=HtGDTex/4FhOOdq2kjoIe6Kt0VN70wPRXmhmiiuCR78=; h=DKIM-Signature:From:To:Subject:Date:Message-Id:MIME-Version; b=Mr/Es6z3eucpFz136Wf6/kATVs5C/WvyUtOU/21UZEpYwiWOJhTNvXdGiRYoRCrqqqHB78QZD78RspOI+kC1XSgN9nKSxclkwQDRzBKj8WI8G3YOabTitwn8C3MEbilyOVZh0/zVZcUl1wJ4UpzH4ZaModp1k+dTYxxIqQBWxBc= ARC-Authentication-Results: i=1; server2.sourceware.org Received: from localhost (unknown [127.0.0.1]) by mx.kolabnow.com (Postfix) with ESMTP id 393A520D136F; Tue, 25 Jun 2024 10:03:45 +0200 (CEST) Authentication-Results: ext-mx-out011.mykolab.com (amavis); dkim=pass (2048-bit key) reason="pass (just generated, assumed good)" header.d=kolabnow.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kolabnow.com; h= content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:date:subject:subject:from:from:received :received:received; s=dkim20240523; t=1719302624; x=1721117025; bh=VjqUolrvsoiQLqNlHQZT1AIKMxm1d2LUoOAmSkkAE/M=; b=bU20rrFqBPoa KPfnpKAREI8wpbnPdPnvzw2kQ19P8MVvqzcG2vDmLZce5RywNDVx06hM89MvyoO/ uKFzgfFWbEf7tgf7NjXxsb7NqWfljnSYUbmsEW77bZ6lB8cfMI1CtRqlMqRKOd+H m1sa+1FIkEpZu4fJ0s2f//wUALcbfKmj16YcP1AMBEgp9/5oJ0+wp1aK8HdH1S9F irS1/s+wUaA5P7Eg4Ev+3U56e9ugXyzT7gcaJ0XGVHH4eHPiTpLoYexuLvipnO9/ DEeQZeXbLIrFBXoV2SKUe47zQp8jLZi/Ml/tfJ5G95zr3Gnitr91uZJJJPzUND2m 19Tg6UiNaA== X-Virus-Scanned: amavis at mykolab.com X-Spam-Score: -0.999 X-Spam-Level: X-Spam-Status: No, score=-12.5 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,GIT_PATCH_0,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 Received: from mx.kolabnow.com ([127.0.0.1]) by localhost (ext-mx-out011.mykolab.com [127.0.0.1]) (amavis, port 10024) with ESMTP id 8SUAZa-J9_Wq; Tue, 25 Jun 2024 10:03:44 +0200 (CEST) Received: from int-mx011.mykolab.com (unknown [10.9.13.11]) by mx.kolabnow.com (Postfix) with ESMTPS id 6170720D1348; Tue, 25 Jun 2024 10:03:44 +0200 (CEST) Received: from ext-subm010.mykolab.com (unknown [10.9.6.10]) by int-mx011.mykolab.com (Postfix) with ESMTPS id 314FF32F1269; Tue, 25 Jun 2024 10:03:44 +0200 (CEST) From: =?UTF-8?q?J=C3=B8rgen=20Kvalsvik?= To: gcc-patches@gcc.gnu.org Cc: hubicka@ucw.cz, =?UTF-8?q?J=C3=B8rgen=20Kvalsvik?= Subject: [PATCH 3/3] Use the term MC/DC in help for gcov --conditions Date: Tue, 25 Jun 2024 10:03:32 +0200 Message-Id: <20240625080332.1517736-4-j@lambda.is> In-Reply-To: <20240625080332.1517736-1-j@lambda.is> References: <20240625080332.1517736-1-j@lambda.is> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/gcov.cc b/gcc/gcov.cc index f6787f0be8f..1e2e193d79d 100644 --- a/gcc/gcov.cc +++ b/gcc/gcov.cc @@ -1015,7 +1015,7 @@ print_usage (int error_p) fnotice (file, " -c, --branch-counts Output counts of branches taken\n\ rather than percentages\n"); fnotice (file, " -g, --conditions Include modified condition/decision\n\ - coverage in output\n"); + coverage (masking MC/DC) in output\n"); fnotice (file, " -d, --display-progress Display progress information\n"); fnotice (file, " -D, --debug Display debugging dumps\n"); fnotice (file, " -f, --function-summaries Output summaries for each function\n"); -- 2.39.2