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: Weird GCJ bug


>>>>> "Michael" == Michael Koch <konqueror@gmx.de> writes:

Michael> _ZN4java3net12ServerSocketC1EPNS0_15PlainSocketImplE
Michael> After using c++filt on this symbol it told me that this means:
Michael> java::net::ServerSocket::ServerSocket[in-charge]
Michael> (java::net::PlainSocketImpl*)
Michael> I really wonder why GCJ ate the "gnu::" of PlainSocketImpl.

It could be a bug in the recent mangling patch.
Could you back out that patch and see if the problem still occurs?
If not, then that patch is buggy...

Tom


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