This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: TREE_ADDRESSABLE problem
On Fri, Nov 21, 2003 at 12:24:02AM +0100, Jan Hubicka wrote:
> However we need to ensure that VAR_DECLs won't be modified in some other
> ways by the optimizers?
No idea.
> Perhaps we want do both - duplicate var_decls and compute addressable
> flag as part of remove_useless_* or rewrite_into_ssa?
I don't think so.
It doesn't seem like it ought to be that difficult to just delay
compilation of any inline candidate until we've decided that we're
done with all inlining.
Which is *much* more robust than copying things around.
r~