From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12784 invoked by alias); 23 Jul 2014 09:28:42 -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 12772 invoked by uid 89); 23 Jul 2014 09:28:41 -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: out1-smtp.messagingengine.com Received: from out1-smtp.messagingengine.com (HELO out1-smtp.messagingengine.com) (66.111.4.25) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Wed, 23 Jul 2014 09:28:40 +0000 Received: from compute5.internal (compute5.nyi.mail.srv.osa [10.202.2.45]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 925D7215EB for ; Wed, 23 Jul 2014 05:28:34 -0400 (EDT) Received: from frontend1 ([10.202.2.160]) by compute5.internal (MEProxy); Wed, 23 Jul 2014 05:28:34 -0400 Received: from [129.199.97.210] (unknown [129.199.97.210]) by mail.messagingengine.com (Postfix) with ESMTPA id AF9F8C007AA; Wed, 23 Jul 2014 05:28:33 -0400 (EDT) Message-ID: <53CF8040.7000003@grosser.es> Date: Wed, 23 Jul 2014 09:37: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: Rainer Orth , 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/msg01501.txt.bz2 On 23/07/2014 11:13, Rainer Orth wrote: > Roman Gareev writes: > >> I've attached the patch, which contains generation of Gimple code from >> isl_ast_node_block. Is it fine for trunk? > > 2014-07-22 Roman Gareev > > gcc/ > * graphite-isl-ast-to-gimple.c: > (translate_isl_ast_node_block): New function. > (translate_isl_ast): Add calling of translate_isl_ast_node_block. > > gcc/testsuite/gcc.dg/graphite/ > * isl-ast-gen-blocks-1.c: New testcase. > * isl-ast-gen-blocks-2.c: New testcase. > > The second part of the ChangeLog entry is wrong: it should go into > gcc/testsuite/ChangeLog as > > * gcc.dg/graphite/isl-ast-gen-blocks-1.c: New testcase. > * gcc.dg/graphite/isl-ast-gen-blocks-2.c: New testcase. > > Please fix the ChangeLog entries; no need to add another one for that > change or ask for approval: such a fix is obvious. Thanks Rainer for catching this. Cheers, Tobias