This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: GCJ adding extra underscore to enum value symbol name?
- From: "Andrew Haley" <aph at gcc dot gnu dot org>
- To: Fred Pendleton <fpendleton at x-mail dot net>
- Cc: java at gcc dot gnu dot org
- Date: Sun, 1 Apr 2007 13:52:54 +0100
- Subject: Re: GCJ adding extra underscore to enum value symbol name?
- References: <1175431350.460fa8b6c9aa0@www.x-mail.net>
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.