From patchwork Sun Dec 19 03:50:14 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Mingjie Xing X-Patchwork-Id: 76113 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) by ozlabs.org (Postfix) with SMTP id 1DEC7B70B8 for ; Sun, 19 Dec 2010 14:50:24 +1100 (EST) Received: (qmail 6051 invoked by alias); 19 Dec 2010 03:50:22 -0000 Received: (qmail 6043 invoked by uid 22791); 19 Dec 2010 03:50:22 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL, BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, FREEMAIL_FROM, RCVD_IN_DNSWL_LOW, T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org Received: from mail-wy0-f175.google.com (HELO mail-wy0-f175.google.com) (74.125.82.175) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 19 Dec 2010 03:50:16 +0000 Received: by wyb40 with SMTP id 40so1882371wyb.20 for ; Sat, 18 Dec 2010 19:50:14 -0800 (PST) MIME-Version: 1.0 Received: by 10.227.143.194 with SMTP id w2mr1679824wbu.44.1292730614326; Sat, 18 Dec 2010 19:50:14 -0800 (PST) Received: by 10.227.42.12 with HTTP; Sat, 18 Dec 2010 19:50:14 -0800 (PST) In-Reply-To: References: Date: Sun, 19 Dec 2010 11:50:14 +0800 Message-ID: Subject: Re: [doc, PATCH] Remove duplicated "@subsubsection Statements" From: Mingjie Xing To: gcc-patches@gcc.gnu.org X-IsSubscribed: yes 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 2010/12/19 Mingjie Xing : > Hi, > > There is a duplicated "@subsubsection Statements" in generic.texi, > which seems a  mistake.  This patch simply remove the inappropriate > part. > > Is it OK? > > Thanks, > Mingjie > > 2010-12-19  Mingjie Xing   > >        * doc/generic.texi: Remove duplicated "@subsubsection Statements". > > I find there are two places in doc/*.texi, that appears "see @pxref". So I updated the patch to also remove the word "see" before "@pxref". 010-12-19 Mingjie Xing * doc/generic.texi: Remove duplicated "@subsubsection Statements". Remove the word "see" before "@pxref". * doc/rtl.texi: Remove the word "see" before "@pxref". Index: doc/generic.texi =================================================================== --- doc/generic.texi (revision 168044) +++ doc/generic.texi (working copy) @@ -2420,14 +2420,6 @@ optimization options specified on the co @end ftable -@subsubsection Statements - -There are tree nodes corresponding to all of the source-level -statement constructs, used within the C and C++ frontends. These are -enumerated here, together with a list of the various macros that can -be used to obtain information about them. There are a few macros that -can be used with all statements: - @c --------------------------------------------------------------------- @c Language-dependent trees @c --------------------------------------------------------------------- @@ -2637,7 +2629,7 @@ type. In that case, the @code{TYPE_PTRM @code{POINTER_TYPE} pointing to a @code{METHOD_TYPE}. The @code{METHOD_TYPE} is the type of a function pointed to by the pointer-to-member function. If @code{TYPE_PTRMEMFUNC_P} does not hold, -this type is a class type. For more information, see @pxref{Classes}. +this type is a class type. For more information, @pxref{Classes}. @item UNKNOWN_TYPE This node is used to represent a type the knowledge of which is Index: doc/rtl.texi =================================================================== --- doc/rtl.texi (revision 168044) +++ doc/rtl.texi (working copy) @@ -1271,7 +1271,7 @@ accumulator. The default format is ``64 is a machine-specific set of bits used to represent the result of a comparison operation. Other machine-specific modes may also be used for the condition code. These modes are not used on machines that use -@code{cc0} (see @pxref{Condition Code}). +@code{cc0} (@pxref{Condition Code}). @findex BLKmode @item BLKmode