From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16802 invoked by alias); 27 Jul 2007 17:11:04 -0000 Received: (qmail 16789 invoked by uid 22791); 27 Jul 2007 17:11:03 -0000 X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.33.17) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 27 Jul 2007 17:11:01 +0000 Received: from zps19.corp.google.com (zps19.corp.google.com [172.25.146.19]) by smtp-out.google.com with ESMTP id l6RHAlfc002113; Fri, 27 Jul 2007 18:10:48 +0100 Received: from frodo.local ([172.19.242.176]) by zps19.corp.google.com with ESMTP id l6RHAWhq013082; Fri, 27 Jul 2007 10:10:33 -0700 Message-ID: <46AA270C.3030104@google.com> Date: Fri, 27 Jul 2007 17:19:00 -0000 From: Diego Novillo User-Agent: Thunderbird 2.0.0.5 (Macintosh/20070716) MIME-Version: 1.0 To: Aldy Hernandez CC: Andrew Pinski , amacleod@redhat.com, gcc-patches@gcc.gnu.org, jh@suse.cz Subject: Re: [tuples] add works_with_tuples_p flag to tree_opt_pass References: <20070727141013.GA8536@redhat.com> <20070727170325.GA3879@redhat.com> In-Reply-To: <20070727170325.GA3879@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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: 2007-07/txt/msg01994.txt.bz2 On 7/27/07 1:03 PM, Aldy Hernandez wrote: >> How about using properties instead since this is going away and would >> be easier to remove? >> >> Some thing like PROP_NON_TUPLES. > > Well, mostly because I've already coded it, and my RSI didn't like it > too much. But patches are very welcome! It would be the same amount of changes and since it's something that will not survive the merge, I don't think it matters much. But if someone wants to change it, sure. Aldy has already made it a little bit merge-proof by putting the ',' on the new line. Thanks for that, btw.