public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: java/5393: Internal compiler error in fix_lexical_addr, at function.c:5530
@ 2002-01-20 17:09 bryce
  0 siblings, 0 replies; 3+ messages in thread
From: bryce @ 2002-01-20 17:09 UTC (permalink / raw)
  To: berman, bryce, gcc-bugs, gcc-prs, java-prs, nobody

Synopsis: Internal compiler error in fix_lexical_addr, at function.c:5530

Responsible-Changed-From-To: unassigned->bryce
Responsible-Changed-By: bryce
Responsible-Changed-When: Sun Jan 20 17:09:50 2002
Responsible-Changed-Why:
    .
State-Changed-From-To: open->closed
State-Changed-By: bryce
State-Changed-When: Sun Jan 20 17:09:50 2002
State-Changed-Why:
    Not reproducable with 3.1 20011220.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=5393


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: java/5393: Internal compiler error in fix_lexical_addr, at function.c:5530
@ 2002-01-20 17:16 Bryce McKinlay
  0 siblings, 0 replies; 3+ messages in thread
From: Bryce McKinlay @ 2002-01-20 17:16 UTC (permalink / raw)
  To: bryce; +Cc: gcc-prs

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

From: Bryce McKinlay <bryce@waitaki.otago.ac.nz>
To: gcc-gnats@gcc.gnu.org, gcc-prs@gcc.gnu.org, berman@watson.ibm.com,
   gcc-bugs@gcc.gnu.org, nobody@gcc.gnu.org
Cc:  
Subject: Re: java/5393: Internal compiler error in fix_lexical_addr, at function.c:5530
Date: Mon, 21 Jan 2002 14:09:06 +1300

 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=5393
 
 I could not reproduce this with a recent CVS gcc and a test case based 
 on the code you provided, so the problem appears fixed for GCC 3.1.
 
 Bryce.
 
 


^ permalink raw reply	[flat|nested] 3+ messages in thread

* java/5393: Internal compiler error in fix_lexical_addr, at function.c:5530
@ 2002-01-15 12:46 berman
  0 siblings, 0 replies; 3+ messages in thread
From: berman @ 2002-01-15 12:46 UTC (permalink / raw)
  To: gcc-gnats, debian-gcc


>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:


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2002-01-21  1:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-01-20 17:09 java/5393: Internal compiler error in fix_lexical_addr, at function.c:5530 bryce
  -- strict thread matches above, loose matches on Subject: below --
2002-01-20 17:16 Bryce McKinlay
2002-01-15 12:46 berman

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).