This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Wrong code generation
>>>>> "Michael" == Michael Koch <konqueror at gmx dot de> writes:
Michael> Could someone with the time and the knowledge write a patch
Michael> for this ? ;-) I dont know where to start looking to fix
Michael> this. At least some pointers would be helpful.
I definitely don't have time to do this.
But if you're interested, you need to add code to parse.y to generate
a new synthetic access method when calling a private method like this.
Tom