]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* libjava.compile/PR6865.java: New file. For PR java/6865.
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 11 Jun 2002 14:46:11 +0000 (14:46 +0000)
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 11 Jun 2002 14:46:11 +0000 (14:46 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54505 138bc75d-0d04-0410-961f-82ee72b054a4

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;
+}