From 52ff3867a0cc0fe4072d5174a5ccc541e0ed8641 Mon Sep 17 00:00:00 2001 From: bryce Date: Mon, 6 Mar 2000 10:25:53 +0000 Subject: 2000-03-06 Bryce McKinlay * libjava.compile/PR127.java: New file. PR 127 test case from Joerg Brunsmann. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@32356 138bc75d-0d04-0410-961f-82ee72b054a4 --- libjava/testsuite/libjava.compile/PR127.java | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 libjava/testsuite/libjava.compile/PR127.java (limited to 'libjava/testsuite/libjava.compile/PR127.java') diff --git a/libjava/testsuite/libjava.compile/PR127.java b/libjava/testsuite/libjava.compile/PR127.java new file mode 100644 index 00000000000..6a2e699a46b --- /dev/null +++ b/libjava/testsuite/libjava.compile/PR127.java @@ -0,0 +1,11 @@ +// Test case for PR127: +// gcj dumps core on method invocation on a primitive type + +class PR127 +{ + void f() + { + int i; + i.f(); + } +} -- cgit v1.2.1