tree-ssa bootstrap broken

Steven Bosscher s.bosscher@student.tudelft.nl
Sun Jun 22 16:48:00 GMT 2003


Geert Bosch wrote:
> I wouldn't think there is any tree inlining ever for Ada, given
> that the work to have functions as trees is not yet completed.
> Why do we execute code in tree-inline.c at all?

Because about half of tree-inline.c should be in tree.c:
walk_tree(), walk_tree_without_duplicates(), copy_tree_r()
and a few others are used throughout the compiler, it is
just for historical reasons that they are in tree-inline.c

This is also why so many files include tree-inline.h while
they have nothing to do with tree inlining.

I was working on a patch for this last week but Cygwin 
bootstrap was broken.  I'll try to put something together
this week.

Gr.
Steven




More information about the Gcc mailing list