From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24271 invoked by alias); 3 Apr 2008 12:55:18 -0000 Received: (qmail 24224 invoked by uid 22791); 3 Apr 2008 12:55:17 -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; Thu, 03 Apr 2008 12:55:00 +0000 Received: from zps18.corp.google.com (zps18.corp.google.com [172.25.146.18]) by smtp-out.google.com with ESMTP id m33CspAc026197 for ; Thu, 3 Apr 2008 13:54:52 +0100 Received: from fg-out-1718.google.com (fgae12.prod.google.com [10.86.56.12]) by zps18.corp.google.com with ESMTP id m33CsoX6023080 for ; Thu, 3 Apr 2008 05:54:51 -0700 Received: by fg-out-1718.google.com with SMTP id e12so2579754fga.8 for ; Thu, 03 Apr 2008 05:54:50 -0700 (PDT) Received: by 10.86.97.7 with SMTP id u7mr7113206fgb.54.1207227289101; Thu, 03 Apr 2008 05:54:49 -0700 (PDT) Received: by 10.86.1.11 with HTTP; Thu, 3 Apr 2008 05:54:48 -0700 (PDT) Message-ID: Date: Thu, 03 Apr 2008 13:01:00 -0000 From: "Diego Novillo" To: "GCC Patches" , roger@eyesopen.com, ian@airs.com, dnovillo@google.com Subject: Re: [PATCH, middle-end] Switch initializations conversion (take four.1) In-Reply-To: <20080403123211.GA569@virgil.suse.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20080229160939.GA29616@dhcp64.suse.cz> <20080403123211.GA569@virgil.suse.cz> 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: 2008-04/txt/msg00262.txt.bz2 On Thu, Apr 3, 2008 at 08:32, Martin Jambor wrote: > Can anyone review the patch, please? Thank you very much in advance. I will. Diego.