Patch: PR 127 test case
Bryce McKinlay
bryce@albatross.co.nz
Mon Mar 6 02:45:00 GMT 2000
I checked in the test case from PR gcj/127.
regards
[ bryce ]
2000-03-06 Bryce McKinlay <bryce@albatross.co.nz>
* libjava.compile/PR127.java: New file.
* libjava.compile/PR127.xfail: New file.
PR 127 test case from Joerg Brunsmann.
// Test case for PR127:
// gcj dumps core on method invocation on a primitive type
class PR127
{
void f()
{
int i;
i.f();
}
}
shouldfail
More information about the Java-patches
mailing list