Commit b7fc330e by Tom Tromey Committed by Tom Tromey

abstr.xfail: New file.

	* libjava.compile/abstr.xfail: New file.
	* libjava.compile/abstr.java: New file.

From-SVN: r36087
parent ccbc3eb7
2000-08-31 Tom Tromey <tromey@cygnus.com>
* libjava.compile/abstr.xfail: New file.
* libjava.compile/abstr.java: New file.
2000-08-09 Tom Tromey <tromey@cygnus.com>
From PR gcj/310:
......
// This fails to compile from bytecode for some versions of the compiler.
interface foo
{
public void start ();
}
public abstract class abstr implements foo
{
public void doit ()
{
start ();
}
}
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