This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [tree-ssa] Bootstraps broken on alpha, ia64 and ppc. Branch closed.
> > non-GCed basic blocks only. I will work around this by adding separate
> > linked list of referenced PHIs.
>
> When yuo do this, please remoev the added_phis array in PRE (which is
> used to make sure PHI's PRE adds don't get collected).
At the moment I do have such array at the side (symetric to
tree_bb_roots) for PHIs, so it does not solve your problem inside PRE.
(the EPHIS are stored separatly from PHIs lists, right?)
In fact PRE is only place where I still need pushcontext/popcontext on
tree path as it saves some stuff in stack.
I hope you will take a look on it yourself, once I am done with the
rest.
Honza
>
> I might actually disable the ggc_collect in PRE soon, since it's probably
> not necessary anymore.
>
> Though if you guys want me to leave it in so you have something to test
> with, i'm happy to.
>