This is the mail archive of the gcc-patches@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: RFC re VIEW_CONVERT_EXPR


On Tue, Jul 20, 2004 at 10:45:49PM -0400, Richard Kenner wrote:
> With your change to REALPART_EXPR
> and IMAGPART_EXPR and this one, the valid LHS operations are precisely
> those in 'r' except INDIRECT_REF (which should be moved to 'e')

INDIRECT_REF can be burried inside references too.

> Then handled_component_p simply becomes a test of TREE_CODE_CLASS
> being 'r'.

I guess, sure.


r~


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