Commit 2d504963 by Bryce McKinlay Committed by Bryce McKinlay

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
parent 64dc53f3
2000-03-06 Bryce McKinlay <bryce@albatross.co.nz>
* libjava.compile/PR127.java: New file.
PR 127 test case from Joerg Brunsmann.
2000-03-05 Tom Tromey <tromey@cygnus.com> 2000-03-05 Tom Tromey <tromey@cygnus.com>
* lib/libjava.exp (test_libjava): Document `shouldfail' token. * lib/libjava.exp (test_libjava): Document `shouldfail' token.
......
// Test case for PR127:
// gcj dumps core on method invocation on a primitive type
class PR127
{
void f()
{
int i;
i.f();
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment