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]

Re: recent regression


Bryce McKinlay writes:
 > 
 > Agreed. Here's a complete patch with redundant CLASS_FROM_SOURCE_P's 
 > removed. I've run this through the testsuite (no regressions), and also 
 > built parts of RHUG against it. It seems to fix PR 16768 as well.
 > 
 > OK to commit?
 > 
 > Bryce
 > 
 > 
 > 2004-06-25  Bryce McKinlay  <mckinlay@redhat.com>
 > 	    Ranjit Mathew  <rmathew@hotmail.com>
 > 
 > 	PR java/1207
 > 	* jcf-parse.c (load_class): Return immediately if passed a type decl
 > 	where CLASS_FROM_SOURCE_P is set. Remove FIXME.
 > 	* parse.y (do_resolve_class): Remove checks for CLASS_FROM_SOURCE_P
 > 	before calling load_class.
 > 	(qualify_and_find): Likewise.
 > 	(find_in_imports_on_demand): Likewise.
 > 	(find_applicable_accessible_methods_list): Likewise.

Great, thanks.

Andrew.


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