This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Java: Fix PR 12866


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.

Looks good to me.  Thanks.

Andrew.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]