This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: the size of tree_decl


On Fri, Feb 14, 2003 at 12:52:23PM -0700, law@redhat.com wrote:
> that really aren't decls -- if I remember correctly all the "statement"
> nodes in the C front-end are implemented as DECLs.  Ugh.
> 

DEFTREECODE (SWITCH_STMT, "switch_stmt", 'e', 3)

All *_STMT nodes are declared as 'e' (= expressions).


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]