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: DCE eliminating valid statement for ACATS c34007p


On Tue, Sep 06, 2005 at 01:45:22PM -0400, Richard Kenner wrote:
> Thanks.  I was just copying that code without full understanding
> of what it was doing.  But where is that flag cleared when TREE_ADDRESSABLE
> is set?  I can't find anything that ever clears it?

Because TREE_ADDRESSABLE should already have been set by the front
end for all variables.  The gimplifier never sets TREE_ADDRESSABLE
on existing variables.


r~


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