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]

java/1074


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

From: apbianco@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: java/1074
Date: 4 Apr 2001 17:56:14 -0000

 CVSROOT:	/cvs/gcc
 Module name:	gcc
 Branch: 	gcc-3_0-branch
 Changes by:	apbianco@gcc.gnu.org	2001-04-04 10:56:13
 
 Modified files:
 	gcc/java       : ChangeLog parse-scan.y 
 
 Log message:
 	2001-03-30  Alexandre Petit-Bianco  <apbianco@redhat.com>
 	
 	* parse-scan.y (array_type:): Rewritten.
 	(type_declaration:): `empty_statement' replaces `SC_TK.'
 	(class_member_declaration:): `empty statement' added.
 	(method_body:): Simplified.
 	(static_initializer:): Likewise.
 	(primary_no_new_array:): Use `type_literals.'
 	(type_literals:): New rule.
 	(dims:): Set and update `bracket_count.'
 	Fixes PR java/1074. Fixes PR java/2412.
 	
 	(http://gcc.gnu.org/ml/gcc-bugs/2001-03/msg00835.html,
 	http://gcc.gnu.org/ml/gcc-bugs/2000-12/msg00384.html,
 	http://gcc.gnu.org/ml/gcc-patches/2001-04/msg00258.html)
 
 Patches:
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_0-branch&r1=1.647.2.33&r2=1.647.2.34
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/parse-scan.y.diff?cvsroot=gcc&only_with_tag=gcc-3_0-branch&r1=1.20&r2=1.20.4.1
 


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