From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30741 invoked by alias); 18 May 2014 07:15:52 -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 30708 invoked by uid 89); 18 May 2014 07:15:48 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-oa0-f41.google.com Received: from mail-oa0-f41.google.com (HELO mail-oa0-f41.google.com) (209.85.219.41) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Sun, 18 May 2014 07:15:46 +0000 Received: by mail-oa0-f41.google.com with SMTP id m1so4870675oag.14 for ; Sun, 18 May 2014 00:15:44 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.182.97.97 with SMTP id dz1mr28276117obb.13.1400397344075; Sun, 18 May 2014 00:15:44 -0700 (PDT) Received: by 10.182.89.229 with HTTP; Sun, 18 May 2014 00:15:43 -0700 (PDT) In-Reply-To: <53784269.4020609@LimeGreenSocks.com> References: <53784269.4020609@LimeGreenSocks.com> Date: Sun, 18 May 2014 07:15:00 -0000 Message-ID: Subject: Re: [PATCH, doc]: Fix a bunch of warnings in *.texi files From: Uros Bizjak To: David Wohlferd Cc: "gcc-patches@gcc.gnu.org" Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2014-05/txt/msg01400.txt.bz2 On Sun, May 18, 2014 at 7:17 AM, David Wohlferd wrote: > My bad. My version of makeinfo wasn't reporting these errors. > > However, this isn't right either. There are two subsections that are now > under "Size of an asm" that should be under "Variables in Specified > Registers." How about this (attached)? Oh, I was not aware that this is a nested @menu with its own sections. Sure, your patch is OK. I went ahead and installed it on mainline, after I have bootstrapped it on x86_64-linux-gnu. Thanks, Uros.