This is the mail archive of the java-patches@sourceware.cygnus.com mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Patch: test for PR 172


I'm checking in this patch, which adds a test for PR 172.

2000-03-14  Tom Tromey  <tromey@cygnus.com>

	* libjava.compile/pr172.java: New file, for PR gcj/172.

Tom

Index: libjava.compile/pr172.java
===================================================================
RCS file: pr172.java
diff -N pr172.java
--- /dev/null	Tue May  5 13:32:27 1998
+++ pr172.java	Tue Mar 14 10:36:16 2000
@@ -0,0 +1,9 @@
+// jc1 (2.96 20000313) says "`A_Inner' not found"
+
+public class InnerConstructor
+{
+  class A_Inner
+  {
+    A_Inner (A_Inner i) {}
+  }
+}

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]