public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* java/7912
@ 2002-11-23  0:46 tromey
  0 siblings, 0 replies; only message in thread
From: tromey @ 2002-11-23  0:46 UTC (permalink / raw)
  To: tromey; +Cc: gcc-prs

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

From: tromey@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: java/7912
Date: 18 Nov 2002 18:13:38 -0000

 CVSROOT:	/cvs/gcc
 Module name:	gcc
 Changes by:	tromey@gcc.gnu.org	2002-11-18 10:13:38
 
 Modified files:
 	gcc/java       : ChangeLog decl.c expr.c java-tree.h lex.c 
 	                 parse.y 
 
 Log message:
 	Fix for PR java/7912:
 	* expr.c (can_widen_reference_to): Allow cast of array to
 	Cloneable or Serializable.
 	* java-tree.h (java_lang_cloneable_identifier_node): Declare.
 	(java_io_serializable_identifier_node): Likewise.
 	* parse.y (java_lang_cloneable, java_io_serializable): Removed.
 	(valid_ref_assignconv_cast_p): Use new identifier nodes.
 	* lex.c (java_init_lex): Don't initialize java_lang_cloneable and
 	java_io_serializable.
 	* decl.c (java_init_decl_processing): Initialize
 	java_lang_cloneable_identifier_node and
 	java_io_serializable_identifier_node.
 	(java_lang_cloneable_identifier_node): New global.
 	(java_io_serializable_identifier_node): Likewise.
 
 Patches:
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/ChangeLog.diff?cvsroot=gcc&r1=1.1084&r2=1.1085
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/decl.c.diff?cvsroot=gcc&r1=1.136&r2=1.137
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/expr.c.diff?cvsroot=gcc&r1=1.152&r2=1.153
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/java-tree.h.diff?cvsroot=gcc&r1=1.162&r2=1.163
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/lex.c.diff?cvsroot=gcc&r1=1.96&r2=1.97
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/parse.y.diff?cvsroot=gcc&r1=1.401&r2=1.402
 


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-11-18 18:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-11-23  0:46 java/7912 tromey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).