From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2230 invoked by alias); 7 Aug 2007 23:11:26 -0000 Received: (qmail 2147 invoked by uid 22791); 7 Aug 2007 23:11:25 -0000 X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.45.13) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 07 Aug 2007 23:11:23 +0000 Received: from zps36.corp.google.com (zps36.corp.google.com [172.25.146.36]) by smtp-out.google.com with ESMTP id l77NB2S2018668; Tue, 7 Aug 2007 16:11:02 -0700 Received: from frodo.local ([172.29.122.236]) by zps36.corp.google.com with ESMTP id l77NAV7J029757; Tue, 7 Aug 2007 16:10:32 -0700 Message-ID: <46B8FBF0.9050008@google.com> Date: Tue, 07 Aug 2007 23:11:00 -0000 From: Diego Novillo User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070728) MIME-Version: 1.0 To: Christopher Matthews CC: gcc-patches@gcc.gnu.org, Aldy Hernandez Subject: Re: [tuples] Fixed inconsistent iterator interface References: <5794c4c80708071533o3b1ae68bncd38d219e702afc0@mail.gmail.com> <5794c4c80708071550y4747df3ew9966b560405db4b2@mail.gmail.com> <5794c4c80708071556x6ee1bebcu4c0567fc6ed4fffc@mail.gmail.com> <5794c4c80708071607k188d5cebx648c367d7e3c4e98@mail.gmail.com> In-Reply-To: <5794c4c80708071607k188d5cebx648c367d7e3c4e98@mail.gmail.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-08/txt/msg00472.txt.bz2 On 8/7/07 7:07 PM, Christopher Matthews wrote: > All suggested changes made. Thanks. Patch is OK.