From patchwork Mon Feb 5 09:58:46 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?Martin_Li=C5=A1ka?= X-Patchwork-Id: 869215 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=gcc.gnu.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=gcc-patches-return-472597-incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b="jI3m9jNf"; dkim-atps=neutral Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3zZjjJ6Wtnz9sNx for ; Mon, 5 Feb 2018 20:58:59 +1100 (AEDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:from :subject:to:message-id:date:mime-version:content-type; q=dns; s= default; b=mEgBx5hND4wKY/i3pHHMBTXhCXSaTHXMFbDndoJ1x98iNHS34MHw5 HxgQ7cFQUFBjYyh7xZtxmVZ/7dAOfjpc1YuPUKKEtG/F2LI4OSz/ChRWuAKk7ITx 55SEqfg3X5QZDFkLs+6wL2WVJpLqtM0FZTVs/lf28yfvuDbCNVgCyw= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:from :subject:to:message-id:date:mime-version:content-type; s= default; bh=86VoOMMqmtoDm6lCxCxzqYkRncc=; b=jI3m9jNf1GG2MXLF1wQ2 RQQH5acGW7P7TLLsyDJwUpsg38rn0iqlAeYRb1HdSKTm+P53OqdhYO9JbAQ8La8P R71ot8NPIfXPHmcNl1Ud4gMCgIwLzeln1xmPTsp1SUcZ4xLJ/KqqanKPtY6e822z XAdayoVK+zcUuE0Ep49EWqs= Received: (qmail 59078 invoked by alias); 5 Feb 2018 09:58:52 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 59069 invoked by uid 89); 5 Feb 2018 09:58:51 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-26.9 required=5.0 tests=BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:1093 X-HELO: mx2.suse.de Received: from mx2.suse.de (HELO mx2.suse.de) (195.135.220.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 05 Feb 2018 09:58:50 +0000 Received: from relay2.suse.de (charybdis-ext.suse.de [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id 3099AAAB6 for ; Mon, 5 Feb 2018 09:58:48 +0000 (UTC) From: =?utf-8?q?Martin_Li=C5=A1ka?= Subject: [PATCH][OBVIOUS] Fix GCOV documentation (PR gcov-profile/84137). To: gcc-patches@gcc.gnu.org Message-ID: <84406d8b-a32e-73d3-6430-3d690f323e58@suse.cz> Date: Mon, 5 Feb 2018 10:58:46 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 X-IsSubscribed: yes Hello. Very simple patch fixes documentation. I'm going to install it to all active branches. Martin gcc/ChangeLog: 2018-02-05 Martin Liska PR gcov-profile/84137 * doc/gcov.texi: Fix typo in documentation. --- gcc/doc/gcov.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/doc/gcov.texi b/gcc/doc/gcov.texi index b55ee852ef9..5af04d6397e 100644 --- a/gcc/doc/gcov.texi +++ b/gcc/doc/gcov.texi @@ -369,7 +369,7 @@ program source code. The format is Additional block information may succeed each line, when requested by command line option. The @var{execution_count} is @samp{-} for lines containing no code. Unexecuted lines are marked @samp{#####} or -@samp{====}, depending on whether they are reachable by +@samp{=====}, depending on whether they are reachable by non-exceptional paths or only exceptional paths such as C++ exception handlers, respectively. Given @samp{-a} option, unexecuted blocks are marked @samp{$$$$$} or @samp{%%%%%}, depending on whether a basic block