This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Two problems with gimplify_init_constructor
- From: Richard Henderson <rth at redhat dot com>
- To: Richard Kenner <kenner at vlsi1 dot ultra dot nyu dot edu>
- Cc: gcc at gcc dot gnu dot org
- Date: Thu, 12 Aug 2004 08:38:05 -0700
- Subject: Re: Two problems with gimplify_init_constructor
- References: <10408121255.AA07446@vlsi1.ultra.nyu.edu>
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~