egcs/gcc/java ChangeLog parse.h parse.y

apbianco@gcc.gnu.org apbianco@gcc.gnu.org
Tue Nov 21 21:25:00 GMT 2000


CVSROOT:	/cvs/gcc
Module name:	egcs
Changes by:	apbianco@gcc.gnu.org	2000-11-21 21:25:16

Modified files:
	gcc/java       : ChangeLog parse.h parse.y 

Log message:
	2000-10-31  Alexandre Petit-Bianco  <apbianco@cygnus.com>
	
	* parse.y (outer_field_access_p): Inherited fields aren't
	consider outer fields.
	(maybe_build_thisn_access_method): Use
	PURE_INNER_CLASS_TYPE_P instead of INNER_CLASS_TYPE_P.
	(resolve_expression_name): Trigger an error if a static field
	is being accessed as an outer field.
	
	2000-10-24  Alexandre Petit-Bianco  <apbianco@cygnus.com>
	
	* parse.h (INNER_ENCLOSING_SCOPE_CHECK): Check inherited type in
	scope.
	
	( http://gcc.gnu.org/ml/gcc-patches/2000-11/msg01217.html )

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/java/ChangeLog.diff?cvsroot=gcc&r1=1.576&r2=1.577
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/java/parse.h.diff?cvsroot=gcc&r1=1.61&r2=1.62
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/java/parse.y.diff?cvsroot=gcc&r1=1.228&r2=1.229



More information about the Gcc-cvs mailing list