This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [PATCH] Java: miscellaneous patch and java/2333 fix
- To: apbianco at cygnus dot com
- Subject: Re: [PATCH] Java: miscellaneous patch and java/2333 fix
- From: Tom Tromey <tromey at redhat dot com>
- Date: 21 Mar 2001 16:42:57 -0700
- Cc: gcc-patches at gcc dot gnu dot org, java-patches at gcc dot gnu dot org
- References: <200103212323.PAA26633@deliverance.cygnus.com>
- Reply-To: tromey at redhat dot com
>>>>> "Alex" == Alexandre Petit-Bianco <apbianco@cygnus.com> writes:
Alex> * class.c (layout_class): Fixed push_super_field's second
Alex> argument. Fixes 2333.
FYI if you write `Fixes PR java/2333' here and then use the ChangeLog
entry as the commit message, the commit message (and therefore the
patch URLs) will be appended to the PR.
Tom