public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
From: tromey@gcc.gnu.org
To: tromey@gcc.gnu.org
Cc: gcc-prs@gcc.gnu.org,
Subject: java/7912
Date: Sat, 23 Nov 2002 00:46:00 -0000	[thread overview]
Message-ID: <20021118181604.17897.qmail@sources.redhat.com> (raw)

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
 


                 reply	other threads:[~2002-11-18 18:16 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20021118181604.17897.qmail@sources.redhat.com \
    --to=tromey@gcc.gnu.org \
    --cc=gcc-prs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).