This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]