From patchwork Thu Nov 8 19:55:53 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: David Malcolm X-Patchwork-Id: 995144 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-489449-incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=redhat.com Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b="MC+895u4"; 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 42rXrn4VH6z9s9h for ; Fri, 9 Nov 2018 06:09:11 +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 :to:cc:subject:date:message-id:in-reply-to:references; q=dns; s= default; b=kUs1wF022CAd/uhZPy3+h+QXA7NqqPwT+9hwj0jkx+nUyR2BZGqzc bj7oQW1Q1M1h4SBRf1kbzjoxuKxRObWxF35vbTtxcfB7yGgdcVwM4kJeOPkt4A+5 6FoBF3/ZavmEw6myUFm3ebSdYsSOrnWGXG2cBUE0vI435lUtbzQGA4= 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; s= default; bh=QiJEkrf8Yxvs/iSFSxHz3eUxiZo=; b=MC+895u4ciMXi6Cp1gLG 8imF47uZE3Mhz+qOiRQhdFacDDolmPv+9Gds6TT71YbG7eQXy/VuENDlYB9O4cgq fJkpAcxq4FLy7dYorVkJLB1h31HT6lud1rlpHzBaRp9Q5jUFQ6+7lqJ6EwGZ00l9 sdTPuv8H7takv2kssUUTbTE= Received: (qmail 85914 invoked by alias); 8 Nov 2018 19:09:04 -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 85897 invoked by uid 89); 8 Nov 2018 19:09:03 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-25.9 required=5.0 tests=BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, KAM_LAZY_DOMAIN_SECURITY, SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:1781 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 08 Nov 2018 19:09:02 +0000 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 84BD5C058CA5; Thu, 8 Nov 2018 19:09:01 +0000 (UTC) Received: from c64.redhat.com (ovpn-112-19.phx2.redhat.com [10.3.112.19]) by smtp.corp.redhat.com (Postfix) with ESMTP id 26C135D6A6; Thu, 8 Nov 2018 19:08:59 +0000 (UTC) From: David Malcolm To: Christophe Lyon Cc: Richard Biener , gcc Patches , David Malcolm Subject: [PATCH] doc/invoke.texi: fix markup Date: Thu, 8 Nov 2018 14:55:53 -0500 Message-Id: <1541706953-59400-1-git-send-email-dmalcolm@redhat.com> In-Reply-To: References: X-IsSubscribed: yes On Thu, 2018-11-08 at 19:38 +0100, Christophe Lyon wrote: [...snip...] > Hi, > > This patch breaks my builds: > /tmp/9837775_6.tmpdir/aci-gcc-fsf/sources/gcc- > fsf/gccsrc/gcc/doc//invoke.texi:14118: > @option expected braces. > /tmp/9837775_6.tmpdir/aci-gcc-fsf/sources/gcc- > fsf/gccsrc/gcc/doc//invoke.texi:14118: > Misplaced {. > /tmp/9837775_6.tmpdir/aci-gcc-fsf/sources/gcc- > fsf/gccsrc/gcc/doc//invoke.texi:14118: > Misplaced }. > /tmp/9837775_6.tmpdir/aci-gcc-fsf/sources/gcc- > fsf/gccsrc/gcc/doc//invoke.texi:14118: > @code missing close brace. > makeinfo: Removing output file `doc/gcc.info' due to errors; use > --force to preserve. > make[2]: *** [doc/gcc.info] Error 1 > > It is a problem of makeinfo version ? (I'm using RHEL6's) > > Christophe Sorry about this. FWIW I tested with "makeinfo (GNU texinfo) 5.1" [...snip...] Line 14118 is near the end of the hunk that I added: optimizations (equivalent to @option {-optimized}) together with Looks like a stray space snuck in between the @option and the {-optimized}" Does the attached patch fix it? gcc/ChangeLog: * doc/invoke.texi (-fdump-ipa-): Remove stray space in markup. --- gcc/doc/invoke.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 97de735..f7f38af 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -14092,7 +14092,7 @@ information on callsites that were inlined, along with callsites that were not inlined. By default, the dump will contain messages about successful -optimizations (equivalent to @option {-optimized}) together with +optimizations (equivalent to @option{-optimized}) together with low-level details about the analysis. @item -fdump-lang-all