This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Patch: RFC: ugly workaround for PR 26390


>>>>> "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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]