This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Patch: RFC: ugly workaround for PR 26390
- From: Tom Tromey <tromey at redhat dot com>
- To: David Daney <ddaney at avtrex dot com>
- Cc: Java Patch List <java-patches at gcc dot gnu dot org>
- Date: 27 Mar 2006 11:16:00 -0700
- Subject: Re: Patch: RFC: ugly workaround for PR 26390
- References: <m3fylgk4d1.fsf@localhost.localdomain> <441B53B5.6090109@avtrex.com>
- Reply-to: tromey at redhat dot com
>>>>> "David" == David Daney <ddaney@avtrex.com> writes:
>> I'm not checking this in, I thought I'd ask for comments first.
>> In PR 26390 we are picking the wrong method to call.
David> How does this relate to PRs: 13252, 14979 .... Basically any of the
David> bugs where the wrong method gets called for whatever reason.
It doesn't fix these.
14979, aka 12741, is a different inheritance bug. The 26390 fix only
works around inheritance bugs for the purposes of method invocation.
13252 looks more like a parsing bug to me, though I haven't
investigated.
I'll try to make a pass through some of the open PRs and see what
happens.
Tom