This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
[PATCH] Java: Fix PR 12866
- From: Andrew Haley <aph at redhat dot com>
- To: Jeff Sturm <jsturm at one-point dot com>
- Cc: gcc-patches at gcc dot gnu dot org, java-patches at gcc dot gnu dot org
- Date: Sun, 2 Nov 2003 18:05:13 +0000
- Subject: [PATCH] Java: Fix PR 12866
- References: <Pine.LNX.4.44.0310312155370.8236-100000@ops2.one-point.com>
Jeff Sturm writes:
> Depending on whether compiling to native or bytecode, the parser was
> taking different paths to check_thrown_exceptions. Rather than duplicate
> the test for OUTER_FIELD_IDENTIFIER_ACCESS_P, I opted to move it into the
> function.
>
> Tested by rebuilding jc1, libjava and running libjava testsuite. OK for
> mainline?
>
> Jeff
>
> 2003-10-31 Jeff Sturm <jsturm@one-point.com>
>
> Fixes PR java/12866.
> * parse.y (resolve_qualified_expression_name): Move test
> for outer field access methods from here...
> (check_thrown_exceptions) ...to here.
Yes, thanks.
Andrew.