This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PR java/21436: imported type name for superclass, withmultifile compilation


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

Attachment: signature.asc
Description: This is a digitally signed message part


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]