From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 106673 invoked by alias); 11 Feb 2020 18:40:46 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 106586 invoked by uid 89); 11 Feb 2020 18:40:45 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-23.3 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_0,GIT_PATCH_1,GIT_PATCH_2,GIT_PATCH_3,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 spammy=HX-Languages-Length:1162 X-HELO: us-smtp-1.mimecast.com Received: from us-smtp-delivery-1.mimecast.com (HELO us-smtp-1.mimecast.com) (207.211.31.120) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 11 Feb 2020 18:40:44 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1581446442; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=4h7IXxCD0u3ECGvQSg6tVkT5k7vHlPaadA8J+L69DGg=; b=WqqksbFg9LUG+FH7m111NDbHq81xb3zkAKAwWBhOMNxN28/TNKyO64QIsmf4ZyqrHGYJSV oqt5vHvLP+jcLDv/EQyQR95fIr2J4vv384/yjkXhpmDrY9lVIFX3vrB/uiSdMMnZUKya0x XzGLdF0PsZ54zubleT3ZBlPwD0k5Hg8= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-423-NbXZiHHmPoWkpxQWEhg_IQ-1; Tue, 11 Feb 2020 13:40:41 -0500 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 29A858017CC for ; Tue, 11 Feb 2020 18:40:40 +0000 (UTC) Received: from t470.redhat.com (ovpn-116-56.phx2.redhat.com [10.3.116.56]) by smtp.corp.redhat.com (Postfix) with ESMTP id B7E385C1B2; Tue, 11 Feb 2020 18:40:39 +0000 (UTC) From: David Malcolm To: gcc-patches@gcc.gnu.org Cc: David Malcolm Subject: [committed] analyzer.opt: reword descriptions of two dump options (PR 93657) Date: Tue, 11 Feb 2020 18:40:00 -0000 Message-Id: <20200211184036.4858-1-dmalcolm@redhat.com> MIME-Version: 1.0 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2020-02/txt/msg00670.txt.bz2 Successfully bootstrapped & regrtested on x86_64-pc-linux-gnu. Pushed to master as r10-6579-g5e17c1bdadbbd5606d869b1178ed3e653f931cda. gcc/analyzer/ChangeLog: PR analyzer/93657 * analyzer.opt (fdump-analyzer): Reword description. (fdump-analyzer-stderr): Likewise. --- gcc/analyzer/analyzer.opt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/analyzer/analyzer.opt b/gcc/analyzer/analyzer.opt index 7d40c88ed1a..89e483083a0 100644 --- a/gcc/analyzer/analyzer.opt +++ b/gcc/analyzer/analyzer.opt @@ -144,11 +144,11 @@ Control which events are displayed in diagnostic path= s. =20 fdump-analyzer Common RejectNegative Var(flag_dump_analyzer) -Dump internal details about what the analyzer is doing to SRCFILE.analyzer= .txt. +Dump various analyzer internals to SRCFILE.analyzer.txt. =20 fdump-analyzer-stderr Common RejectNegative Var(flag_dump_analyzer_stderr) -Dump internal details about what the analyzer is doing to stderr. +Dump various analyzer internals to stderr. =20 fdump-analyzer-callgraph Common RejectNegative Var(flag_dump_analyzer_callgraph) --=20 2.21.0