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] [4.0 Regression] Problem folding static fields across packages
Date: Sat, 01 Oct 2005 06:20:00 -0000	[thread overview]
Message-ID: <20051001062054.961.qmail@sourceware.org> (raw)
In-Reply-To: <20050915000435.23891.mckinlay@redhat.com>


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-10-01 06:20 -------
Subject: Bug 23891

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-4_0-branch
Changes by:	bryce@gcc.gnu.org	2005-10-01 06:20:39

Modified files:
	libjava        : ChangeLog 
	libjava/testsuite/libjava.jacks: jacks.xfail 
	gcc/java       : ChangeLog class.c java-tree.h jcf-parse.c 
	                 parse.y 

Log message:
	2005-10-01  Bryce McKinlay  <mckinlay@redhat.com>
	
	* testsuite/libjava.jacks/jacks.xfail: Update to reflect
	PR java/23891 fix.
	
	2005-10-01  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'.
	* class.c (maybe_layout_super_class): Update current_class before
	calling do_resolve_class.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.3391.2.102&r2=1.3391.2.103
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/testsuite/libjava.jacks/jacks.xfail.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.19.8.1&r2=1.19.8.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.1556.2.32&r2=1.1556.2.33
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/class.c.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.220.8.5&r2=1.220.8.6
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/java-tree.h.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.226.8.2&r2=1.226.8.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/jcf-parse.c.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.183&r2=1.183.4.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/parse.y.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.528.6.3&r2=1.528.6.4



-- 


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


  parent reply	other threads:[~2005-10-01  6:20 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
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 [this message]
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=20051001062054.961.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).