From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13960 invoked by alias); 29 Jan 2010 09:01:15 -0000 Received: (qmail 13845 invoked by uid 22791); 29 Jan 2010 09:01:14 -0000 X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from web28505.mail.ukl.yahoo.com (HELO web28505.mail.ukl.yahoo.com) (87.248.110.184) by sourceware.org (qpsmtpd/0.43rc1) with SMTP; Fri, 29 Jan 2010 09:01:10 +0000 Received: (qmail 46362 invoked by uid 60001); 29 Jan 2010 09:01:08 -0000 Message-ID: <230970.46256.qm@web28505.mail.ukl.yahoo.com> Received: from [132.166.132.113] by web28505.mail.ukl.yahoo.com via HTTP; Fri, 29 Jan 2010 09:01:08 GMT References: <899274.79211.qm@web28510.mail.ukl.yahoo.com> Date: Fri, 29 Jan 2010 09:01:00 -0000 From: charfi asma Subject: Re : gimple assignment To: Diego Novillo Cc: gcc-help@gcc.gnu.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2010-01/txt/msg00286.txt.bz2 Hello Diego, You are right. I am so sorry, I used to use gcc3.4.2 and not gcc 4.4.2 now, when I update my gcc I find the same presentation explained in http://= gcc.gnu.org/onlinedocs/gccint/ thank you. ----- Message d'origine ---- De : Diego Novillo =C0 : charfi asma Cc : gcc-help@gcc.gnu.org Envoy=E9 le : Jeu 28 Janvier 2010, 17 h 07 min 34 s Objet : Re: gimple assignment On Fri, Jan 15, 2010 at 09:49, charfi asma wrote: > but when I generate gimple using gcc 4.4.2, I do not find the same presen= tation: > a gimple_assign tuple is not used, I find instead gimple_modify_stmt used= without plus_expr. That doesn't sound right. Are you sure you are using 4.4.x? $ gcc -c -fdump-tree-gimple-raw a.c $ cat a.c.004t.gimple foo (int i, int j) gimple_bind < int D.1594; int x; gimple_assign gimple_assign gimple_return > $ gcc --version gcc ([...]) 4.4.0 Copyright (C) 2009 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Diego.