This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [tree-ssa] Java byte compiler status
- From: Jeff Sturm <jsturm at one-point dot com>
- To: Andrew Haley <aph at redhat dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Thu, 24 Jul 2003 11:21:30 -0400 (EDT)
- Subject: Re: [tree-ssa] Java byte compiler status
On Tue, 22 Jul 2003, Andrew Haley wrote:
> I've got functions as trees mostly working for the bytecode compiler.
> Unfortunately, I have a few test failures. As far as I can see the
> front end isn't doing anything wrong, and when I disable optimizations
> on trees these tests pass. Perhaps I'm generating trees that are
> illegal, but I don't think so. I wonder if this might be some latent
> bug in one of the tree optimizers.
With an up-to-date tree-ssa build and your patch, I get:
=== libjava Summary ===
# of expected passes 3033
# of unexpected failures 15
# of expected failures 16
# of untested testcases 19
7 execution failures, 8 output failures, all in bytecode->native
compilation.
I'll take a closer look a little later today.
Jeff