Commit 4059e82d by Ranjit Mathew Committed by Ranjit Mathew

re PR java/19277 (allows array.length++ although it is final)

        * testsuite/libjava.compile/PR19277.java: New file for PR java/19277.
        * testsuite/libjava.compile/PR19277.xfail: Likewise.

From-SVN: r93146
parent 5bf8aebc
2005-01-10 Ranjit Mathew <rmathew@hotmail.com>
* testsuite/libjava.compile/PR19277.java: New file for PR java/19277.
* testsuite/libjava.compile/PR19277.xfail: Likewise.
2005-01-09 Michael Koch <konqueror@gmx.de>
PR libgcj/17069
......
class PR19277
{
void snafu (int[] array)
{
array.length++;
}
}
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