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. Branchclosed.
- From: Daniel Berlin <dberlin at dberlin dot org>
- To: Jan Hubicka <jh at suse dot cz>
- Cc: Diego Novillo <dnovillo at redhat dot com>, Jeff Law <law at redhat dot com>, Richard Henderson <rth at redhat dot com>, Andrew Macleod <amacleod at redhat dot com>, Jason Merrill <jason at redhat dot com>, Zdenek Dvorak <rakdver at atrey dot karlin dot mff dot cuni dot cz>, "gcc at gcc dot gnu dot org" <gcc at gcc dot gnu dot org>
- Date: Thu, 27 Nov 2003 21:56:51 -0500 (EST)
- Subject: Re: [tree-ssa] Bootstraps broken on alpha, ia64 and ppc. Branchclosed.
- References: <1069854900.5057.3.camel@frodo.toronto.redhat.com><1069906145.6286.11.camel@frodo.toronto.redhat.com> <20031127082217.GC18346@kam.mff.cuni.cz>
> 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.