From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14355 invoked by alias); 23 Sep 2010 14:14:51 -0000 Received: (qmail 14342 invoked by uid 22791); 23 Sep 2010 14:14:51 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.44.51) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 23 Sep 2010 14:14:45 +0000 Received: from kpbe11.cbf.corp.google.com (kpbe11.cbf.corp.google.com [172.25.105.75]) by smtp-out.google.com with ESMTP id o8NEEbGo032651 for ; Thu, 23 Sep 2010 07:14:38 -0700 Received: from gyd12 (gyd12.prod.google.com [10.243.49.204]) by kpbe11.cbf.corp.google.com with ESMTP id o8NEEaNN004546 for ; Thu, 23 Sep 2010 07:14:36 -0700 Received: by gyd12 with SMTP id 12so218225gyd.22 for ; Thu, 23 Sep 2010 07:14:36 -0700 (PDT) MIME-Version: 1.0 Received: by 10.100.205.16 with SMTP id c16mr2148774ang.57.1285251276133; Thu, 23 Sep 2010 07:14:36 -0700 (PDT) Received: by 10.100.6.6 with HTTP; Thu, 23 Sep 2010 07:14:36 -0700 (PDT) In-Reply-To: <20100923140756.GB20811@hector.lesours> References: <20100921210301.d92889be.basile@starynkevitch.net> <20100921210829.5f2ea8b0.basile@starynkevitch.net> <20100921211217.df1ef337.basile@starynkevitch.net> <20100921211628.969ed469.basile@starynkevitch.net> <20100921212431.f07dad12.basile@starynkevitch.net> <20100923140756.GB20811@hector.lesours> Date: Thu, 23 Sep 2010 19:29:00 -0000 Message-ID: Subject: Re: gengtype improvements for plugins, thirdround! patch 5/7 [typedopt] From: Diego Novillo To: Basile Starynkevitch Cc: Laurynas Biveinis , gcc-patches@gcc.gnu.org Content-Type: text/plain; charset=UTF-8 X-System-Of-Record: true 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-09/txt/msg01899.txt.bz2 On Thu, Sep 23, 2010 at 10:07, Basile Starynkevitch wrote: > However, I believe that gengtype is misindented from the start, and > this explains most of my indentation issues. Please read > http://gcc.gnu.org/ml/gcc/2010-09/msg00448.html for details. If gengtype is misindented, please submit a separate patch fixing indentation issues. Don't mix the two things in one patch. Your changes are sufficiently big already. Diego.