java/1315

apbianco@gcc.gnu.org apbianco@gcc.gnu.org
Thu Apr 5 16:06:00 GMT 2001


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

From: apbianco@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: java/1315
Date: 5 Apr 2001 22:59:13 -0000

 CVSROOT:	/cvs/gcc
 Module name:	gcc
 Changes by:	apbianco@gcc.gnu.org	2001-04-05 15:59:13
 
 Modified files:
 	gcc/java       : ChangeLog java-tree.h parse.y 
 
 Log message:
 	2001-04-04  Alexandre Petit-Bianco  <apbianco@redhat.com>
 	
 	* java-tree.h (struct lang_decl): New macro
 	`DECL_FIXED_CONSTRUCTOR_P.' New field `fixed_ctor.'
 	* parse.y (build_instance_initializer): New function.
 	(add_instance_initializer): Use it.
 	(java_fix_constructors): Set `current_class' before fix pass.
 	(fix_constructors): Just return if already fixed. Move `super()'
 	invokation ahead. Use `build_instance_initializer.'
 	Fixes PR java/1315.
 	
 	( http://gcc.gnu.org/ml/gcc-patches/2001-04/msg00343.html )
 
 Patches:
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/ChangeLog.diff?cvsroot=gcc&r1=1.715&r2=1.716
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/java-tree.h.diff?cvsroot=gcc&r1=1.109&r2=1.110
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/parse.y.diff?cvsroot=gcc&r1=1.275&r2=1.276
 



More information about the Gcc-prs mailing list