This is the mail archive of the java-prs@gcc.gnu.org mailing list for the Java 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]

[Bug java/25535] gcj broken on 64-bit big-endian systems



------- Comment #1 from aph at gcc dot gnu dot org  2005-12-22 17:16 -------
public class Test {
     public static void main(String[] args) {
         System.out.println(javax.rmi.CORBA.Stub.class);
     }
}

This fails with a SEGV on PPC 64.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25535


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