From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26214 invoked by alias); 15 Jan 2002 20:46:06 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 26153 invoked by uid 71); 15 Jan 2002 20:46:03 -0000 Resent-Date: 15 Jan 2002 20:46:03 -0000 Resent-Message-ID: <20020115204603.26152.qmail@sources.redhat.com> Resent-From: gcc-gnats@gcc.gnu.org (GNATS Filer) Resent-To: nobody@gcc.gnu.org Resent-Cc: gcc-prs@gcc.gnu.org, gcc-bugs@gcc.gnu.org, java-prs@gcc.gnu.org Resent-Reply-To: gcc-gnats@gcc.gnu.org, berman@watson.ibm.com Received:(qmail 21316 invoked from network); 15 Jan 2002 20:38:39 -0000 Received: from unknown (HELO igw3.watson.ibm.com) (198.81.209.18) by sources.redhat.com with SMTP; 15 Jan 2002 20:38:39 -0000 Received: from sp1n293en1.watson.ibm.com (sp1n293en1.watson.ibm.com [9.2.112.57]) by igw3.watson.ibm.com (8.11.4/8.11.4) with ESMTP id g0FKbVi10314; Tue, 15 Jan 2002 15:37:41 -0500 Received: from lyon (lyon.watson.ibm.com [9.2.16.53]) by sp1n293en1.watson.ibm.com (8.11.4/8.11.4) with ESMTP id g0FKb6n61740; Tue, 15 Jan 2002 15:37:11 -0500 Received: from berman by lyon with local (Exim 3.33 #1 (Debian)) id 16QaKB-00015Q-00; Tue, 15 Jan 2002 15:36:51 -0500 Message-Id: Date: Tue, 15 Jan 2002 12:46:00 -0000 From: berman@watson.ibm.com To: gcc-gnats@gcc.gnu.org, debian-gcc@lists.debian.org X-Send-Pr-Version:3.113 Subject: java/5393: Internal compiler error in fix_lexical_addr, at function.c:5530 X-SW-Source: 2002-01/txt/msg00570.txt.bz2 List-Id: >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: