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: Question on aggregates and GIMPLE


On Tue, Jun 08, 2004 at 09:38:49PM -0400, Richard Kenner wrote:
>     Given that no one other than you knows what a PLACEHOLDER_EXPR is,
>     it's up to you to figure out where we're missing such things and
>     replicate expr_size and its ilk to work on trees in gimplify.c.
> 
> Sorry, I didn't mean my general comment about how to handle things related
> PLACEHOLDER_EXPR.  Those are trivial: it's just a matter of code calling
> expr_size instead of thinking that it knows how to do it itself, as I see a
> lot of places doing.

BTW, you can't call expr_size, since that generates rtl.  You have to
re-implement what expr_size did on trees alone.


r~


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