* libjava.compile/PR6865.java: New file. For PR java/6865.
authorTom Tromey <tromey@redhat.com>
Tue, 11 Jun 2002 14:46:11 +0000 (14:46 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Tue, 11 Jun 2002 14:46:11 +0000 (14:46 +0000)
From-SVN: r54505

libjava/testsuite/ChangeLog
libjava/testsuite/libjava.compile/PR6865.java [new file with mode: 0644]

index 2b429f69a11b090c7caf2b3939d4858ab3029dcd..7555092bc0e3f167b28389e8031a9118b3d152d9 100644 (file)
@@ -1,5 +1,7 @@
 2002-06-11  Tom Tromey  <tromey@redhat.com>
 
+       * libjava.compile/PR6865.java: New file.  For PR java/6865.
+
        * libjava.lang/PR6520.java: Fixed typo.
 
 2002-06-10  Tom Tromey  <tromey@redhat.com>
diff --git a/libjava/testsuite/libjava.compile/PR6865.java b/libjava/testsuite/libjava.compile/PR6865.java
new file mode 100644 (file)
index 0000000..ddcc0e6
--- /dev/null
@@ -0,0 +1,5 @@
+// gcj crashes on this
+public class PR6865
+{
+  private foo;
+}