From patchwork Mon Dec 26 09:38:21 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eric Botcazou X-Patchwork-Id: 89022 Delivered-To: patch@linaro.org Received: by 10.140.20.101 with SMTP id 92csp4437555qgi; Mon, 26 Dec 2016 01:37:43 -0800 (PST) X-Received: by 10.84.129.131 with SMTP id b3mr53804632plb.54.1482745063775; Mon, 26 Dec 2016 01:37:43 -0800 (PST) Return-Path: Received: from sourceware.org (server1.sourceware.org. [209.132.180.131]) by mx.google.com with ESMTPS id k78si12765453pfa.101.2016.12.26.01.37.43 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 26 Dec 2016 01:37:43 -0800 (PST) Received-SPF: pass (google.com: domain of gcc-patches-return-445041-patch=linaro.org@gcc.gnu.org designates 209.132.180.131 as permitted sender) client-ip=209.132.180.131; Authentication-Results: mx.google.com; dkim=pass header.i=@gcc.gnu.org; spf=pass (google.com: domain of gcc-patches-return-445041-patch=linaro.org@gcc.gnu.org designates 209.132.180.131 as permitted sender) smtp.mailfrom=gcc-patches-return-445041-patch=linaro.org@gcc.gnu.org DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:from :to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; q=dns; s= default; b=tHiY//AbY9AqlNBSe2heqnROMgETLv8pdavtMVeBKFOEYzqksoZIP GXhDUGL0K8P32V96Mi1EbCrI2k0Rq6oYlOU2mqI4CGDEthnF4L4PNhc67r4X+jb9 Tn4QmiFp6gkfdkBpP5cnJJFhXbbNP9dzQFIoBeuzoglWCZ6aVw00UQ= 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 :to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; s=default; bh=pzLpS8k30JKpw3VpVuhkW0yDxYQ=; b=MYnepjE0mZhuA25wYxP6vZspNtZa MGYU9YKvnSMnovL0tOO+Bk5ejkgDk1tcNYJvGnGn72Az3Go4NLcZ6Q0wDFeUVC6m hbQgyXLiStgqyKrRsvoqO5HEtmzN/bIUvSmW6tTC1FeIx/NtOFpx95RMbv74jfSU 0IjiUzQnQhhY0aM= Received: (qmail 32180 invoked by alias); 26 Dec 2016 09:37:29 -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 32167 invoked by uid 89); 26 Dec 2016 09:37:29 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_NONE, SPF_PASS autolearn=ham version=3.3.2 spammy=Invocation, phases, pertaining, H*i:sk:1044364 X-HELO: smtp.eu.adacore.com Received: from mel.act-europe.fr (HELO smtp.eu.adacore.com) (194.98.77.210) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 26 Dec 2016 09:37:18 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id 07A3782581; Mon, 26 Dec 2016 10:37:17 +0100 (CET) Received: from smtp.eu.adacore.com ([127.0.0.1]) by localhost (smtp.eu.adacore.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id KN9Doa4ojaWF; Mon, 26 Dec 2016 10:37:16 +0100 (CET) Received: from arcturus.home (ADijon-653-1-165-89.w109-221.abo.wanadoo.fr [109.221.136.89]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.eu.adacore.com (Postfix) with ESMTPSA id A9E1C81D5B; Mon, 26 Dec 2016 10:37:16 +0100 (CET) From: Eric Botcazou To: gcc-patches@gcc.gnu.org Cc: Sandra Loosemore Subject: Re: [doc, committed] clean up redundant cpp option documentation Date: Mon, 26 Dec 2016 10:38:21 +0100 Message-ID: <6898274.a7gBuGsFPU@arcturus.home> User-Agent: KMail/4.14.10 (Linux/3.16.7-53-desktop; KDE/4.14.9; x86_64; ; ) In-Reply-To: <10443647.qqoK8C0CLF@arcturus.home> References: <586068EF.8030008@codesourcery.com> <10443647.qqoK8C0CLF@arcturus.home> MIME-Version: 1.0 > eric@arcturus:~/build/gcc/native/gcc> make doc > if [ xinfo = xinfo ]; then \ > makeinfo --split-size=5000000 --split-size=5000000 --no-split -I . > -I /home/eric/svn/gcc/gcc/doc \ > -I /home/eric/svn/gcc/gcc/doc/include -o doc/cpp.info > /home/eric/svn/gcc/gcc/doc/cpp.texi; \ > fi > /home/eric/svn/gcc/gcc/doc/cpp.texi:4296: @command expected braces. > /home/eric/svn/gcc/gcc/doc/cpp.texi:4296: Misplaced {. > /home/eric/svn/gcc/gcc/doc/cpp.texi:4296: Misplaced }. > /home/eric/svn/gcc/gcc/doc//cppopts.texi:4296: @code missing close brace. > makeinfo: Removing output file `doc/cpp.info' due to errors; use --force to > preserve. > Makefile:3145: recipe for target 'doc/cpp.info' failed > make: *** [doc/cpp.info] Error 1 Fixed thusly, applied on the mainline. * doc/cpp.texi (Invocation): Remove space in command. -- Eric Botcazou Index: doc/cpp.texi =================================================================== --- doc/cpp.texi (revision 243924) +++ doc/cpp.texi (working copy) @@ -4293,7 +4293,7 @@ In GCC, the preprocessor is actually integrated wi rather than a separate program, and both of these commands invoke GCC and tell it to stop after the preprocessing phase. -The @command {cpp} options listed here are also accepted by +The @command{cpp} options listed here are also accepted by @command{gcc} and have the same meaning. Likewise the @command{cpp} command accepts all the usual @command{gcc} driver options, although those pertaining to compilation phases after preprocessing are ignored.