This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: tree-ssa bootstrap broken
- From: Steven Bosscher <s dot bosscher at student dot tudelft dot nl>
- To: Geert Bosch <bosch at gnat dot com>, gcc at gcc dot gnu dot org
- Date: Sun, 22 Jun 2003 15:30:56 +0200
- Subject: 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