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: Two problems with gimplify_init_constructor


On Thu, Aug 12, 2004 at 12:17:33PM -0400, Richard Kenner wrote:
>     You mean clear TREE_READONLY?  Yes.
> 
> Actually, I meant suppress the clearing operation in the readonly case.

Then no, we can't do that.

> There are three cases and in only one can we clear TREE_READONLY: when it's
> set in a decl.  In the other cases (readonly type and a type having readonly
> fields), we have to suppress the separate clear.

We should be suppressing whatever we have to suppress to get
that damned RTX_UNCHANGING_P bit off.

I swear I'm gonna rip it out one of these days...


r~


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