Commit fc41584e by Tom Tromey Committed by Tom Tromey

re PR libgcj/12656 (Inherited main( ) Method Not Seen At Runtime)

	PR libgcj/12656:
	* libjava.lang/PR12656.java: New file.
	* libjava.lang/PR12656.out: New file.

From-SVN: r72810
parent 67264b4f
2003-10-22 Tom Tromey <tromey@redhat.com>
PR libgcj/12656:
* libjava.lang/PR12656.java: New file.
* libjava.lang/PR12656.out: New file.
2003-10-21 Tom Tromey <tromey@redhat.com>
* lib/libjava.exp (find_javac): Use -Wno-unreachable-bytecode.
2003-10-08 Tom Tromey <tromey@redhat.com>
* libjava.mauve/xfails: Removed some tests.
......
class PR12656_base
{
public static void main(String[] args)
{
System.out.println("Maude");
}
}
public class PR12656 extends PR12656_base
{
}
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