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 bootstrap broken


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



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