Commit edf4b387 by Tom Tromey Committed by Tom Tromey

re GNATS gcj/56 (gcj segfaults in jc1 on OK java file)

	* libjava.lang/PR56.out: New file.
	* libjava.lang/PR56.java: New file.

From-SVN: r29760
parent 4b68fe8a
1999-10-01 Tom Tromey <tromey@cygnus.com>
* libjava.lang/PR56.out: New file.
* libjava.lang/PR56.java: New file.
1999-09-29 Tom Tromey <tromey@cygnus.com>
* libjava.lang/PR55.out: New file.
......
public final class PR56 {
public static void main(String[] args) {
Object o = args;
int[] a;
if (!(o instanceof int[]) || (a = (int[])o).length != 2) {
}
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment