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: gimplify_parameters


On Tue, Dec 21, 2004 at 10:08:25AM -0500, Richard Kenner wrote:
>     Which is actually a symptom of a tree sharing problem between the
>     array size and the array dimension.  
> 
> But why is that sharing a "problem"?  There's no rule that we not share
> such trees, only that we not share trees within statements.

When we gimplify the type's size, via evaluating the SAVE_EXPR
or whatever, we clobber the old contents of the TYPE_MAX_VALUE.
I'd call that a problem, wouldn't you?


r~


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