From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23554 invoked by alias); 22 Jul 2014 16:33:40 -0000 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 Received: (qmail 23543 invoked by uid 89); 22 Jul 2014 16:33:40 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 X-HELO: out4-smtp.messagingengine.com Received: from out4-smtp.messagingengine.com (HELO out4-smtp.messagingengine.com) (66.111.4.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Tue, 22 Jul 2014 16:33:39 +0000 Received: from compute4.internal (compute4.nyi.mail.srv.osa [10.202.2.44]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 53A9C20BA4 for ; Tue, 22 Jul 2014 12:33:34 -0400 (EDT) Received: from frontend1 ([10.202.2.160]) by compute4.internal (MEProxy); Tue, 22 Jul 2014 12:33:34 -0400 Received: from [192.168.0.3] (unknown [129.199.97.189]) by mail.messagingengine.com (Postfix) with ESMTPA id 8989DC007B1; Tue, 22 Jul 2014 12:33:33 -0400 (EDT) Message-ID: <53CE925C.4020203@grosser.es> Date: Tue, 22 Jul 2014 16:56:00 -0000 From: Tobias Grosser User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: Roman Gareev CC: Mircea Namolaru , gcc-patches@gcc.gnu.org Subject: Re: [GSoC] generation of Gimple code from isl_ast_node_block References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2014-07/txt/msg01472.txt.bz2 On 22/07/2014 18:00, Roman Gareev wrote: > I've attached the patch, which contains generation of Gimple code from > isl_ast_node_block. Is it fine for trunk? LGTM. Tobias