[Bug java/19277] allows array.length++ although it is final
cvs-commit at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Mon Jan 10 18:01:00 GMT 2005
------- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-01-10 18:01 -------
Subject: Bug 19277
CVSROOT: /cvs/gcc
Module name: gcc
Changes by: rmathew@gcc.gnu.org 2005-01-10 18:01:05
Modified files:
gcc/java : ChangeLog check-init.c
Log message:
PR java/19277
* check-init.c (check_init): Take care of references that do not
have an explicit final variable declaration (e.g. array length
access) for pre/post in/de-crement operators.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/ChangeLog.diff?cvsroot=gcc&r1=1.1526&r2=1.1527
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/java/check-init.c.diff?cvsroot=gcc&r1=1.62&r2=1.63
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19277
More information about the Java-prs
mailing list