public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
From: berman@watson.ibm.com
To: gcc-gnats@gcc.gnu.org, debian-gcc@lists.debian.org
Subject: java/5393: Internal compiler error in fix_lexical_addr, at function.c:5530
Date: Tue, 15 Jan 2002 12:46:00 -0000	[thread overview]
Message-ID: <E16QaKB-00015Q-00@lyon> (raw)


>Number:         5393
>Category:       java
>Synopsis:       Internal compiler error in fix_lexical_addr, at function.c:5530
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          ice-on-legal-code
>Submitter-Id:   net
>Arrival-Date:   Tue Jan 15 12:46:02 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Len Berman
>Release:        3.0.3 (Debian testing/unstable)
>Organization:
IBM Research
>Environment:
System: Linux lyon 2.4.16-686 #1 Wed Nov 28 09:27:17 EST 2001 i686 unknown
Architecture: i686

	
host: i386-pc-linux-gnu
build: i386-pc-linux-gnu
target: i386-pc-linux-gnu
configured with: ../src/configure -v --enable-languages=c,c++,java,f77,proto,objc --prefix=/usr --infodir=/share/info --mandir=/share/man --enable-shared --with-gnu-as --with-gnu-ld --with-system-zlib --enable-long-long --enable-nls --without-included-gettext --disable-checking --enable-threads=posix --enable-java-gc=boehm --with-cpp-install-dir=bin --enable-objc-gc i386-linux
>Description:
gives internal error processing initialization block.  Problem caused by internal block:
		{
				instances = new Vector();
				types2Check = new Hashtable();
				typeList = new Vector();
		}
fixed by 
		private Hashtable             types2Check = new Hashtable();
		private Vector                typeList = new Vector();
		protected Vector                instances = new Vector();
	
>How-To-Repeat:
	
>Fix:
do initializations in methods called rather than in separate blocks.
	
>Release-Note:
>Audit-Trail:
>Unformatted:


             reply	other threads:[~2002-01-15 20:46 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-01-15 12:46 berman [this message]
2002-01-20 17:09 bryce
2002-01-20 17:16 Bryce McKinlay

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=E16QaKB-00015Q-00@lyon \
    --to=berman@watson.ibm.com \
    --cc=debian-gcc@lists.debian.org \
    --cc=gcc-gnats@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).