Index: ChangeLog from Ranjit Mathew * testsuite/libjava.compile/PR19277.java: New file for PR java/19277. * testsuite/libjava.compile/PR19277.xfail: Likewise. Index: testsuite/libjava.compile/PR19277.java =================================================================== --- testsuite/libjava.compile/PR19277.java 2005-01-10 15:40:57.000000000 +0530 +++ testsuite/libjava.compile/PR19277.java 2005-01-10 15:41:05.000000000 +0530 @@ -0,0 +1,7 @@ +class PR19277 +{ + void snafu (int[] array) + { + array.length++; + } +} Index: testsuite/libjava.compile/PR19277.xfail =================================================================== --- testsuite/libjava.compile/PR19277.xfail 2005-01-10 15:40:57.000000000 +0530 +++ testsuite/libjava.compile/PR19277.xfail 2005-01-10 15:41:23.000000000 +0530 @@ -0,0 +1 @@ +shouldfail