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: GCJ adding extra underscore to enum value symbol name?


Fred Pendleton writes:
 > It appears to partially work. The underscore is gone, but the integer after the class 
 > name part of the mangled name is one too high. eg.:
 > 
 > Java:
 > _ZN8TestEnum23TEST_TEST_PREREQUISITEE
 > 
 > C++:
 > _ZN8TestEnum22TEST_TEST_PREREQUISITEE

OK, feel free to send a more elaborate patch.  You know where the bug
is now...

Thanks,
Andrew.


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