This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug java/9577] Linker error for legal Java/CNI code if method parameters are reversed
- From: "rmathew at hotmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 11 Aug 2003 10:07:06 -0000
- Subject: [Bug java/9577] Linker error for legal Java/CNI code if method parameters are reversed
- References: <20030205043601.9577.rmathew@hotmail.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
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.