re GNATS gcj/127 (gcj dumps core on method invocation on a primitive type)
2000-03-06 Bryce McKinlay <bryce@albatross.co.nz> * libjava.compile/PR127.java: New file. PR 127 test case from Joerg Brunsmann. From-SVN: r32356
This commit is contained in:
parent
64dc53f34d
commit
2d5049639b
2 changed files with 16 additions and 0 deletions
11
libjava/testsuite/libjava.compile/PR127.java
Normal file
11
libjava/testsuite/libjava.compile/PR127.java
Normal file
|
@ -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();
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue