gcj/255

Mark Wielaard mark@klomp.org
Fri Jun 9 16:30:00 GMT 2000


The following reply was made to PR gcj/255; it has been noted by GNATS.

From: Mark Wielaard <mark@klomp.org>
To: bryce@albatross.co.nz
Cc: apbianco@cygnus.com, java-gnats@sourceware.cygnus.com
Subject: Re: gcj/255
Date: Sat, 10 Jun 2000 01:20:40 +0200

 Hi,
 
 That patch (and hint http://gcc.gnu.org/ml/gcc-patches/2000-06/msg00276.html )
 fixed the problem this bug report was about.
 
 As test case you could take only the second class in the original report:
 
 public class B {
     public class Hello {
         public static final String WORLD = "Hello World!";
     }
 }
 
 Which now compiles cleanly.
 
 Thanks,
 
 Mark


More information about the Java-prs mailing list