This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Patch to compile gcjx
- From: Tom Tromey <tromey at redhat dot com>
- To: Mike Emmel <mike dot emmel at gmail dot com>
- Cc: Ranjit Mathew <rmathew at gmail dot com>, java at gcc dot gnu dot org
- Date: 28 Nov 2005 11:53:52 -0700
- Subject: Re: Patch to compile gcjx
- References: <3e9035250511280626t228781e7i6a94685a8a25acd6@mail.gmail.com>
- Reply-to: tromey at redhat dot com
>>>>> "Mike" == Mike Emmel <mike.emmel@gmail.com> writes:
Mike> My first patch I had to move the class instantions below the the
Mike> method defs to get it work. This should not hurt anyone and it fixes
Mike> my bug it looks like my particular version of gcc is not capable of
Mike> doing the specialization right.
I checked this in.
If you plan to write more patches we should probably start on the
paperwork stuff. Also, send patches to the java-patches list, and
include a ChangeLog entry... thanks.
Tom