This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: GCJ and generics
- From: Tom Tromey <tromey at redhat dot com>
- To: Cedric Berger <cedric at berger dot to>
- Cc: Alan Eliasen <eliasen at mindspring dot com>, java at gcc dot gnu dot org
- Date: 14 Oct 2003 09:52:06 -0600
- Subject: Re: GCJ and generics
- References: <3F8BB697.1040501@mindspring.com> <3F8BCF4B.4030101@berger.to>
- Reply-to: tromey at redhat dot com
>>>>> "Cedric" == Cedric Berger <cedric@berger.to> writes:
Cedric> I think generics define multiple functions with the same arguments
Cedric> but different return values. Could that be the problem?
Yes, see PR 9861.
We'll have to change the mangling to make this work.
We should probably tack this on the new ABI work -- i.e., not declare
the new ABI finished until this is done. Maybe we need a new ABI
tracking bug; there are several parts to getting it finished.
Tom