Hi,

When testing the pre-release tarbal with gcj 3.0.4 20020202 (Debian
prerelease) I got the following:

/usr/bin/gcj -C -d . @classes
./../java/security/BasicPermission.java:64: Class
`java.security.BasicPermission' can't subclass interface
`java.security.acl.Permission'.
   public abstract class BasicPermission extends Permission implements
                                                 ^
The released version of gcj (3.0.3) does not have this strange bug.
Changing Permission to java.security.Permission solves it.

Strangely enough I only have this with the release tarbal not with the
cvs tree. Hmmm.

Cheers,

Mark

_______________________________________________
Classpath mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/classpath

Reply via email to