This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: TREE_READONLY in lookup_tmp_var
- From: kenner at vlsi1 dot ultra dot nyu dot edu (Richard Kenner)
- To: rth at redhat dot com
- Cc: gcc at gcc dot gnu dot org
- Date: Fri, 20 Aug 04 17:10:36 EDT
- Subject: Re: TREE_READONLY in lookup_tmp_var
> That caused 14 ACATS regressions!
Well, no one else can tell because no one else can build the ada front
end at all.
That's one of the reasons why I'm working so hard to get all the remaining
ACATS tests working, so we can have a solid baseline and people can run
them again. Otherwise, we'll continue this "two steps forward and one
step backward" for quite a while.
We're very close, though. I fixed one test this morning (a minor bug in
tree-tailcall.c) and have only one tasking test left, which I'm not going
to fix before starting the process of getting the fixes in.
But that won't be the end of it because there is a bug in loop optimization
(I forget what breaks, but I think it's building the front end), so I'm
running with it turned off. I reported it a couple of weeks ago. Also,
some of the things I'm doing are kludges that need to be done properly.
However, it's a good start.