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 PR 12734


Ralph Loader writes:
 > 
 > 2003-10-17  Ralph Loader  <rcl@ihug.co.nz>
 > 
 > 	PR java/12734:
 > 	* parse.y (qualify_ambiguous_name): Remove lots of broken
 > 	field access processing - there's no need to do that here,
 > 	because we have resolve_field_access.  Remove
 > 	RESOLVE_EXPRESSION_NAME_P as it isn't used anywhere else.
 > 	* java-tree.h: Remove RESOLVE_EXPRESSION_NAME_P as it isn't
 > 	used.
 > 
 > 2003-10-17  Ralph Loader  <rcl@ihug.co.nz>
 > 
 > 	* libjava/testsuite/libjava.compile/PR12734.java: New file.
 > 	* libjava/testsuite/libjava.compile/PR12734_B.java: New file.

OK.

Andrew.


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