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/1413


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

From: apbianco@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: java/1413
Date: 1 Sep 2001 04:42:51 -0000

 CVSROOT:	/cvs/gcc
 Module name:	gcc
 Changes by:	apbianco@gcc.gnu.org	2001-08-31 21:42:51
 
 Modified files:
 	gcc/java       : ChangeLog lex.c parse.y 
 
 Log message:
 	2001-08-30  Alexandre Petit-Bianco  <apbianco@redhat.com>
 	
 	* parse.y (patch_assignment): Don't verify final re-assignment here.
 	(java_complete_lhs): Verify assignments to finals calling
 	patch_assignment. Verify re-assignments to finals before calling
 	patch_assignment.
 	
 	2001-08-29  Alexandre Petit-Bianco  <apbianco@redhat.com>
 	
 	* parse.y (java_complete_lhs): Allow final locals in CASE_EXPRs.
 	Fixes PR java/1413
 	
 	2001-08-28  Alexandre Petit-Bianco  <apbianco@redhat.com>
 	
 	* lex.c (java_lex): new local found_hex_digits. Set and then used
 	in test to reject invalid hexadecimal numbers.
 	* parse.y (java_complete_tree): Prevent unwanted cast with
 	initialized floating point finals.
 	(patch_binop): Emit a warning when detecting a division by zero,
 	mark result not constant, don't simplify non integer division.
 	
 	(http://gcc.gnu.org/ml/java-patches/2001-q3/msg00343.html )
 
 Patches:
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/ChangeLog.diff?cvsroot=gcc&r1=1.798&r2=1.799
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/lex.c.diff?cvsroot=gcc&r1=1.67&r2=1.68
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/parse.y.diff?cvsroot=gcc&r1=1.305&r2=1.306
 


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