java/6066: incorrect error message compiling classpath

tromey@redhat.com tromey@redhat.com
Tue Mar 26 11:56:00 GMT 2002


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



More information about the Gcc-prs mailing list