Skip to content
Snippets Groups Projects
Commit ed5d78a7 authored by bryce's avatar bryce
Browse files

2000-03-15 Bryce McKinlay <bryce@albatross.co.nz>

        * libjava.compile/pr172.java: Correct classname to match file name.
        * libjava.compile/pr174.java: ditto. Remove superfluous main()
        method.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@32552 138bc75d-0d04-0410-961f-82ee72b054a4
parent 1757a523
No related branches found
No related tags found
No related merge requests found
2000-03-15 Bryce McKinlay <bryce@albatross.co.nz>
* libjava.compile/pr172.java: Correct classname to match file name.
* libjava.compile/pr174.java: ditto. Remove superfluous main()
method.
2000-03-14 Tom Tromey <tromey@cygnus.com> 2000-03-14 Tom Tromey <tromey@cygnus.com>
* libjava.compile/PR140.java: New file, for PR gcj/140. * libjava.compile/PR140.java: New file, for PR gcj/140.
......
// jc1 (2.96 20000313) says "`A_Inner' not found" // jc1 (2.96 20000313) says "`A_Inner' not found"
public class InnerConstructor public class pr172
{ {
class A_Inner class A_Inner
{ {
......
...@@ -2,14 +2,9 @@ class A ...@@ -2,14 +2,9 @@ class A
{ {
} }
public class Scope3 public class pr174
{ {
public static void main(String args[]) public pr174()
{
new Scope3();
}
public Scope3()
{ {
A a = new A(); A a = new A();
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment