From e145dc8b7367f694fb71333d886259ac7e1f906b Mon Sep 17 00:00:00 2001 From: tromey Date: Tue, 11 Jun 2002 14:46:11 +0000 Subject: * libjava.compile/PR6865.java: New file. For PR java/6865. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54505 138bc75d-0d04-0410-961f-82ee72b054a4 --- libjava/testsuite/libjava.compile/PR6865.java | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 libjava/testsuite/libjava.compile/PR6865.java (limited to 'libjava/testsuite/libjava.compile') diff --git a/libjava/testsuite/libjava.compile/PR6865.java b/libjava/testsuite/libjava.compile/PR6865.java new file mode 100644 index 00000000000..ddcc0e65511 --- /dev/null +++ b/libjava/testsuite/libjava.compile/PR6865.java @@ -0,0 +1,5 @@ +// gcj crashes on this +public class PR6865 +{ + private foo; +} -- cgit v1.2.3