This is the mail archive of the gcc-prs@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]
Other format: [Raw text]

java/1343


The following reply was made to PR java/1343; it has been noted by GNATS.

From: tromey@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: java/1343
Date: 2 Jun 2002 16:33:02 -0000

 CVSROOT:	/cvs/gcc
 Module name:	gcc
 Changes by:	tromey@gcc.gnu.org	2002-06-02 09:33:02
 
 Modified files:
 	gcc/java       : ChangeLog parse-scan.y parse.y 
 
 Log message:
 	Fix for PR java/1343, PR java/6336:
 	* parse.y (make_nested_class_name): Remove extraneous `else'; fix
 	formatting.  Changed return type.
 	(anonymous_class_counter): Moved to top of file.
 	(maybe_make_nested_class_name): Append number to class name for
 	function-local classes.
 
 Patches:
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/ChangeLog.diff?cvsroot=gcc&r1=1.1005&r2=1.1006
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/parse-scan.y.diff?cvsroot=gcc&r1=1.21&r2=1.22
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/parse.y.diff?cvsroot=gcc&r1=1.379&r2=1.380
 


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