re PR java/25535 (gcj broken on 64-bit big-endian systems)

2005-12-22  Andrew Haley  <aph@redhat.com>

	PR java/25535
	* testsuite/libjava.lang/PR25535.java: New test.

From-SVN: r108961
This commit is contained in:
Andrew Haley 2005-12-22 18:34:01 +00:00 committed by Andrew Haley
parent e814a0d1e0
commit f71d94055a
3 changed files with 11 additions and 0 deletions

View file

@ -0,0 +1,5 @@
public class PR25535 {
public static void main(String[] args) {
System.out.println(javax.rmi.CORBA.Stub.class);
}
}