This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: java/decl.c patch for clear_binding_level
- To: Zack Weinberg <zackw at Stanford dot EDU>
- Subject: Re: java/decl.c patch for clear_binding_level
- From: Jeff Sturm <jsturm at one-point dot com>
- Date: Sun, 18 Mar 2001 08:48:30 -0500 (EST)
- cc: Per Bothner <per at bothner dot com>, gcc-patches at gcc dot gnu dot org, java-patches at gcc dot gnu dot org
On Sat, 17 Mar 2001, Zack Weinberg wrote:
> Current trunk + Alexandre's -c -o fix + --enable-threads:
>
> === libjava Summary ===
> # of expected passes 1384
> # of unexpected failures 78
> # of unexpected successes 12
> # of expected failures 246
That's what I get too after fixing clear_binding_level (I hadn't updated
with Per's stuff yet). Most of the remaining failures are bytecode
verification errors or the odd "can't open .ELF..." both which appear to
be symptoms of the multiple file compilation problem.
Jeff