diff options
| author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-06-11 14:46:11 +0000 |
|---|---|---|
| committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-06-11 14:46:11 +0000 |
| commit | e145dc8b7367f694fb71333d886259ac7e1f906b (patch) | |
| tree | c579fd0f8fb5feb9041b7549def063573f90365a /libjava/testsuite/libjava.compile | |
| parent | 6cc2983b5f06ba40ea3430e4ee6021ce5230bb25 (diff) | |
| download | ppe42-gcc-e145dc8b7367f694fb71333d886259ac7e1f906b.tar.gz ppe42-gcc-e145dc8b7367f694fb71333d886259ac7e1f906b.zip | |
* 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
Diffstat (limited to 'libjava/testsuite/libjava.compile')
| -rw-r--r-- | libjava/testsuite/libjava.compile/PR6865.java | 5 |
1 files changed, 5 insertions, 0 deletions
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; +} |

