This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Patch: RFA: Fix for PR java/11600
- From: Andrew Haley <aph at redhat dot com>
- To: Tom Tromey <tromey at redhat dot com>
- Cc: GCC libjava patches <java-patches at gcc dot gnu dot org>, Gcc Patch List <gcc-patches at gcc dot gnu dot org>
- Date: Tue, 5 Aug 2003 18:00:56 +0100
- Subject: Patch: RFA: Fix for PR java/11600
- References: <878yq9krwy.fsf@fleche.redhat.com>
Tom Tromey writes:
>
> Index: gcc/java/ChangeLog
> from Tom Tromey <tromey@redhat.com>
> Fix for PR java/11600:
> * parse.y (java_complete_lhs): See whether we're calling a method
> on an array.
> (check_thrown_exceptions): Added `is_array_call' argument;
> fixed `clone' checking; updated all callers.
Ugh. Okay.
Andrew.