This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Java: Miranda methods fix - PR 12254
- From: Andrew Haley <aph at redhat dot com>
- To: Bryce McKinlay <bryce at mckinlay dot net dot nz>
- Cc: gcc-patches at gcc dot gnu dot org, java-patches at gcc dot gnu dot org
- Date: Tue, 16 Sep 2003 11:14:01 +0100
- Subject: Java: Miranda methods fix - PR 12254
- References: <3CA47F27-E81A-11D7-82B3-003065F97F7C@mckinlay.net.nz>
Bryce McKinlay writes:
>
> OK to commit?
>
> 2003-09-16 Bryce McKinlay <bryce@mckinlay.net.nz>
>
> * class.c (make_class_data): Omit miranda methods from method array.
> (add_miranda_methods): Ensure super-interfaces are laid out.
> Fix for PR java/12254.
Yes, thanks for doing this. OK if no testsuite regressions.
Andrew.