public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
From: "cvs-commit at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org>
To: java-prs@gcc.gnu.org
Subject: [Bug java/23891] Problem folding static fields across packages
Date: Thu, 15 Sep 2005 14:13:00 -0000	[thread overview]
Message-ID: <20050915141320.12905.qmail@sourceware.org> (raw)
In-Reply-To: <20050915000435.23891.mckinlay@redhat.com>


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-09-15 14:13 -------
Subject: Bug 23891

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	bryce@gcc.gnu.org	2005-09-15 14:13:06

Modified files:
	gcc/java       : ChangeLog java-tree.h jcf-parse.c parse.y 

Log message:
	2005-09-14  Bryce McKinlay  <mckinlay@redhat.com>
	
	PR java/23891
	* parse.y (maybe_create_class_interface_decl): Set TYPE_PACKAGE for
	the newly created type. Set import lists here, not in create_class.
	(jdep_resolve_class): Set current_class.
	(do_resolve_class): Use current_class's TYPE_PACKAGE to determine
	the current package context, not ctxp->package.
	(cicp_cache): Removed.
	(class_in_current_package): Simplify implementation using
	TYPE_PACKAGE.
	* jcf-parse.c (give_name_to_class): Set TYPE_PACKAGE.
	* java-tree.h (TYPE_PACKAGE): New macro.
	(struct lang_type): New member 'package'.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/ChangeLog.diff?cvsroot=gcc&r1=1.1663&r2=1.1664
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/java-tree.h.diff?cvsroot=gcc&r1=1.243&r2=1.244
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/jcf-parse.c.diff?cvsroot=gcc&r1=1.188&r2=1.189
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/parse.y.diff?cvsroot=gcc&r1=1.554&r2=1.555



-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23891


  parent reply	other threads:[~2005-09-15 14:13 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-09-15  0:04 [Bug java/23891] New: " mckinlay at redhat dot com
2005-09-15  0:09 ` [Bug java/23891] " mckinlay at redhat dot com
2005-09-15 14:13 ` cvs-commit at gcc dot gnu dot org [this message]
2005-09-15 14:20 ` mckinlay at redhat dot com
2005-09-15 14:20 ` mckinlay at redhat dot com
2005-09-16 20:05 ` [Bug java/23891] [4.0 Regression] " debian-gcc at lists dot debian dot org
2005-09-21 13:45 ` cvs-commit at gcc dot gnu dot org
2005-09-22 17:44 ` mckinlay at redhat dot com
2005-10-01  6:20 ` cvs-commit at gcc dot gnu dot org
2005-10-01  6:58 ` mckinlay at redhat dot com

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=20050915141320.12905.qmail@sourceware.org \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=java-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).