This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Manipulating the tree Structure
- From: "Andrea Callia D'Iddio" <andrea dot calliadiddio at gmail dot com>
- To: gcc <gcc at gcc dot gnu dot org>
- Date: Wed, 14 Mar 2007 11:36:59 +0100
- Subject: Re: Manipulating the tree Structure
- References: <9625a8490703120855j21a8e4f1m4bfcd8f9f659c600@mail.gmail.com> <OFCC880EE7.D0C731FA-ONC225729C.006BA0D9-4225729C.006CD26B@il.ibm.com>
Hi all,
first of all i want to thank you for the aid that i have receveid from
this mailing list. I have another little question:
if i have a statemente that is an expression, for example x+5 , how
can i know if the operation is plus (+), or minus (-), or equal(=) or
less (<) etc..
Can you give me the name of the file containing all these definition??
Thanks to all,
Andrea