This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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]

[Bug java/9577] Linker error for legal Java/CNI code if method parameters are reversed


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9577



------- Additional Comments From rmathew at hotmail dot com  2003-08-11 10:07 -------
I have just submitted a patch for this bug:

http://gcc.gnu.org/ml/java-patches/2003-q3/msg00317.html

The problem was that find_compression_record_match( )
in mangle.c was incorrectly assuming that all
IDENTIFIER_NODEs in the compression table are
partial package names - a "6JArray" (the mangled
name for an array template) breaks this
assumption.


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