This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
RE: CVS trunk broken?
- To: "'Per Bothner'" <per at bothner dot com>, "Boehm, Hans" <hans_boehm at hp dot com>
- Subject: RE: CVS trunk broken?
- From: "Boehm, Hans" <hans_boehm at hp dot com>
- Date: Fri, 2 Mar 2001 13:46:09 -0800
- Cc: "'java at gcc dot gnu dot org'" <java at gcc dot gnu dot org>
Sorry about that. I noticed the patch just after I sent the last message.
The patch helps. But now the build is dying in the -g -fPIC compilation of
ObjectOutputStream, with many duplicate definitions of .LBB0 and .LBE0 in
the .s file. Any ideas?
Based on where they are generated in the .s file, I would suspect that this
might be related to try finally blocks.
Hans
> -----Original Message-----
> From: Per Bothner [mailto:per@bothner.com]
> Sent: Friday, March 02, 2001 12:50 PM
> To: Boehm, Hans
> Cc: 'java@gcc.gnu.org'
> Subject: Re: CVS trunk broken?
>
>
> "Boehm, Hans" <hans_boehm@hp.com> writes:
>
> > I just updated my tree, and did a complete rebuild. The
> build is now dying
> > at what's presumably the first gcj invocation. Does anyone
> else see this?
> >
> > <built-in>:0: storage size of `_ZTVN4java4lang5ClassE' isn't known
>
> Yes. See my patch posted last night.
> --
> --Per Bothner
> per@bothner.com http://www.bothner.com/~per/
>