This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Patch: PR java/20502
- From: Andrew Haley <aph at redhat dot com>
- To: Bryce McKinlay <mckinlay at redhat dot com>
- Cc: java-patches at gcc dot gnu dot org, gcc-patches at gcc dot gnu dot org
- Date: Thu, 17 Mar 2005 09:55:07 +0000
- Subject: Re: Patch: PR java/20502
- References: <4238DF8A.4070704@redhat.com><423900F5.3020608@redhat.com>
Bryce McKinlay writes:
>
> 2005-03-16 Bryce McKinlay <mckinlay@redhat.com>
>
> PR java/20502
> * jcf-parse.c (duplicate_class_warning): New function.
> (java_parse_file): Call duplicate_class_warning if
> CLASS_FROM_CURRENTLY_COMPILED_P is already set.
> (parse_zip_file_entries): Likewise. Also set
> CLASS_FROM_CURRENTLY_COMPILED_P.
OK, thanks.
Andrew.