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: [tree-ssa] Bootstraps broken on alpha, ia64 and ppc. Branchclosed.


> 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).

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.


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