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 08:55:31AM -0400, Richard Kenner wrote:
> (2) In the "cleared" case, we can't have the result marked RTX_UNCHANGING_P
> for the same reason we can't do it in the pre-tree-ssa code.  This has
> to handle both the simple readonly cases and when there are readonly fields.
> Should we just do the same thing as for RTL with the corresponding check?

You mean clear TREE_READONLY?  Yes.


r~


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