PR java/21436: imported type name for superclass, with multifile compilation

Mark Wielaard mark@klomp.org
Wed May 11 11:01:00 GMT 2005


Hi,

On Wed, 2005-05-11 at 11:57 +0200, Andreas Tobler wrote:
> So, I guess we have either uncovered a bug in gcj or there is a build 
> problem.
> 
> /mnt/slice1/gcc-trunk/gcc/libjava/java/security/cert/X509Certificate.java:138: 
> error: Class 'java.security.cert.X509Certificate' can't subclass 
> interface 'java.security.Certificate'.
>     public abstract class X509Certificate extends Certificate implements 
> X509Extension

Interesting. The GNU Classpath upstream version has this:

public abstract class X509Certificate
  extends java.security.cert.Certificate  // XXX workaround for gcj bug #17845
  implements X509Extension

http://developer.classpath.org/compare/classpath-libgcj/compare/java.security.cert.X509Certificate.diff

Cheers,

Mark
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL: <http://gcc.gnu.org/pipermail/java-patches/attachments/20050511/d10dcef7/attachment.sig>


More information about the Java-patches mailing list