From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6662 invoked by alias); 26 Mar 2002 19:56:02 -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 6620 invoked by uid 71); 26 Mar 2002 19:56:01 -0000 Resent-Date: 26 Mar 2002 19:56:01 -0000 Resent-Message-ID: <20020326195601.6619.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, tromey@redhat.com Received:(qmail 29452 invoked by uid 61); 26 Mar 2002 19:47:32 -0000 Message-Id:<20020326194732.29451.qmail@sources.redhat.com> Date: Tue, 26 Mar 2002 11:56:00 -0000 From: tromey@redhat.com Reply-To: tromey@redhat.com To: gcc-gnats@gcc.gnu.org X-Send-Pr-Version:gnatsweb-2.9.3 (1.1.1.1.2.31) Subject: java/6066: incorrect error message compiling classpath X-SW-Source: 2002-03/txt/msg01003.txt.bz2 List-Id: >Number: 6066 >Category: java >Synopsis: incorrect error message compiling classpath >Confidential: no >Severity: serious >Priority: high >Responsible: unassigned >State: open >Class: sw-bug >Submitter-Id: net >Arrival-Date: Tue Mar 26 11:56:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Tom Tromey >Release: gcj (GCC) 3.1 20020324 (prerelease) >Organization: >Environment: x86 RHL 6.2 >Description: gcj fails to build the current Classpath: creche. gcj -C -d . @classes ./../../classpath/java/util/AbstractMap.java:530: Superinterface `Entry' of class `java.util.AbstractMap$BasicMapEntry' not found. static class BasicMapEntry implements Entry ^ ./../../classpath/java/util/AbstractMap.java:0: confused by earlier errors, bailing out Entry is a nested interface of Map. BasicMapEntry implements Entry, and AbstractMap implements Map. The code is correct. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: