This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Patch: Fix for PR 5088
- From: Alexandre Petit-Bianco <apbianco at cygnus dot com>
- To: tromey at redhat dot com
- Cc: Gcc Patch List <gcc-patches at gcc dot gnu dot org>, Java Patch List <java-patches at gcc dot gnu dot org>
- Date: Sun, 16 Dec 2001 14:47:23 -0800 (PST)
- Subject: Re: Patch: Fix for PR 5088
- References: <87n10i245f.fsf@creche.redhat.com>
- Reply-to: apbianco at cygnus dot com
Tom Tromey writes:
> This fixes PR 5088. We were mangling the Object constructor as a
> not-in-charge constructor, but I believe that is wrong. This patch
> changes gcj so that all constructors are mangled as in-charge
> constructors.
I thought I carefully made the choice of how ctors should be mangled
but I was using some other criteria (observation of what worked and
what didn't IIRC.) Anyways, I think you can go ahead and check this
in.
Thanks!
./A