This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: fix opt/6516
On Tue, Apr 30, 2002 at 03:51:22PM -0700, Mark Mitchell wrote:
> Seems somewhat drastic, but if it seems like the best option to you
> it's OK with me.
Well, we ran a cross-jumping pass a bit earlier, so it's not a
complete loss.
We *know* we can't run dead code elimination after reg-stack,
which is where this particular invocation is being called. So
it follows that we cannot run a cross-jump pass here.
For mainline we can look into re-ordering these passes.
r~