This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: gcj trunk - build of junit 4.3.1 native lib fails
On Sun, 24 Jun 2007 15:06:48 +0100
Andrew Haley <aph-gcc@littlepinkcloud.COM> wrote:
> $ jcf-dump -classpath junit.jar junit/extensions/package-info
> Access flags: 0x600 abstract interface
> This class: junit.extensions.package-info, super: java.lang.Object
>
> This is a very odd classname! Apparently the name package-info was
> chosen because it's impossible to create such a class from Java
> source, so it cannot conflict with any real classname. However, a
> hyphen cannot appear in an assembly language symbol. We need to fix
> gcj's mangling to cope with this.
Bug reported here:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32484
Regards,
Hanno