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: [tree-ssa] Virtual operands of &a[1]?


On Wed, 2003-11-26 at 10:49, Zdenek Dvorak wrote:

> OK.  Is there some specification of what exactly may be a gimple
> expression somewhere?  There is something in tree-simple.c, but it
> is inaccurate and outdated.
> 
It shouldn't be.  tree-simple.c contains the GIMPLE grammar.  If it's
missing something, it should be fixed.  The is_gimple_* predicates are
used to validate expressions.


Diego.


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