From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9844 invoked by alias); 9 Jul 2010 13:12:33 -0000 Received: (qmail 9834 invoked by uid 22791); 9 Jul 2010 13:12:33 -0000 X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE X-Spam-Check-By: sourceware.org Received: from mail-bw0-f47.google.com (HELO mail-bw0-f47.google.com) (209.85.214.47) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 09 Jul 2010 13:12:27 +0000 Received: by bwz10 with SMTP id 10so1368204bwz.20 for ; Fri, 09 Jul 2010 06:12:21 -0700 (PDT) Received: by 10.204.46.159 with SMTP id j31mr7554574bkf.5.1278681140322; Fri, 09 Jul 2010 06:12:20 -0700 (PDT) MIME-Version: 1.0 Received: by 10.204.77.140 with HTTP; Fri, 9 Jul 2010 06:11:56 -0700 (PDT) In-Reply-To: References: <1278092495-27709-1-git-send-email-crquan@gmail.com> From: =?ISO-8859-1?Q?Manuel_L=F3pez=2DIb=E1=F1ez?= Date: Fri, 09 Jul 2010 13:12:00 -0000 Message-ID: Subject: Re: [PATCH] Try to fill crossref in passes.texi (GCC Internals) To: Laurynas Biveinis Cc: crquan@gmail.com, gcc-patches@gcc.gnu.org, "Dennis, CHENG Renquan" , Gerald Pfeifer , "Joseph S. Myers" Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes 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 X-SW-Source: 2010-07/txt/msg00774.txt.bz2 On 9 July 2010 14:58, Laurynas Biveinis wrote: > Hello, > >> Hi, all, >> =A0I'm new to Gcc hacking world, while reading these documentation (GCC = Internals), >> found some places like this passes.texi may be unfinished, especially th= e places >> marked as CROSSREF, BUG, and TODO should be, right? I am trying to finis= h some >> parts in a series of patches; please give comments for anywhere I may be= wrong; >> Thanks, > > I am not too qualified to comment on the patch itself (to my limited > understanding of Texinfo, it looks fine), however: I think it looks fine if it compiles and the links work. I cannot approve and the people that can may be travelling, so please have patience. If you need someone to commit the patch for you, please say so. > - all GCC patches must have ChangeLog entries, including documentation on= es; Like this: http://gcc.gnu.org/wiki/ChangeLog Cheers, Manuel