This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


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

egcs/gcc/java ChangeLog expr.c parse.c parse.y


CVSROOT:	/cvs/gcc
Module name:	egcs
Changes by:	apbianco@sourceware.cygnus.com	00/07/06 17:49:36

Modified files:
	gcc/java       : ChangeLog expr.c parse.c parse.y 

Log message:
	2000-07-01  Alexandre Petit-Bianco  <apbianco@cygnus.com>
	
	* parse.y (parser_qualified_classname): Removed parameter
	`is_static'.
	(create_interface): Removed first passed parameter to
	parser_qualified_classname.
	(create_class): Likewise. Don't install alias on static
	innerclasses. Fixes gcj/275.
	
	2000-07-01  Alexandre Petit-Bianco  <apbianco@cygnus.com>
	
	* parse.y (maybe_generate_pre_expand_clinit): Don't build a
	debugable statement with empty_stmt_node. Fixes gcj/272
	
	2000-07-01  Alexandre Petit-Bianco  <apbianco@cygnus.com>
	
	* expr.c (build_instanceof): Layout type after it's loaded. Fixes
	gcj/271.
	
	(Fix to the PR gcj/271, gcj/272 and gcj/275:
	http://sourceware.cygnus.com/ml/java-prs/2000-q3/msg00000.html
	http://sourceware.cygnus.com/ml/java-prs/2000-q3/msg00002.html
	http://sourceware.cygnus.com/ml/java-prs/2000-q3/msg00001.html )

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/java/ChangeLog.diff?cvsroot=gcc&r1=1.476&r2=1.477
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/java/expr.c.diff?cvsroot=gcc&r1=1.79&r2=1.80
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/java/parse.c.diff?cvsroot=gcc&r1=1.173&r2=1.174
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/java/parse.y.diff?cvsroot=gcc&r1=1.188&r2=1.189


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