This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
PATCH: Fix Java name mangling bug: PR java/12586
- From: Andrew Haley <aph at redhat dot com>
- To: Bryce McKinlay <bryce at mckinlay dot net dot nz>
- Cc: GCC libjava patches <java-patches at gcc dot gnu dot org>, gcc-patches at gcc dot gnu dot org, Michael Koch <konqueror at gmx dot de>
- Date: Mon, 20 Oct 2003 18:36:31 +0100
- Subject: PATCH: Fix Java name mangling bug: PR java/12586
- References: <595924E8-FCA2-11D7-8E7F-003065F97F7C@mckinlay.net.nz>
Bryce McKinlay writes:
>
> 2003-10-12 Bryce McKinlay <bryce@mckinlay.net.nz>
>
> Fix for PR java/12586.
> * mangle.c (find_compression_record_match): Don't iterate through package
> namespace elements unless they all match compression_table entries.
>
OK.
Andrew.