This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Patch to compile gcjx
- From: Andrew Pinski <pinskia at physics dot uc dot edu>
- To: mike dot emmel at gmail dot com (Mike Emmel)
- Cc: rmathew at gmail dot com (Ranjit Mathew), java at gcc dot gnu dot org
- Date: Mon, 28 Nov 2005 09:47:48 -0500 (EST)
- Subject: Re: Patch to compile gcjx
>
> My first patch I had to move the class instantions below the the
> method defs to get it work. This should not hurt anyone and it fixes
> my bug it looks like my particular version of gcc is not capable of
> doing the specialization right.
>
> Mike
Actually that is the correct fix, there was a bug about that but it
was closed as invalid as the C++ standard says that the instantation is
done with only the stuff in scope (I can find the bug if you want).
-- Pinski