]> gcc.gnu.org Git - gcc.git/commit
re PR java/19277 (allows array.length++ although it is final)
authorRanjit Mathew <rmathew@hotmail.com>
Mon, 10 Jan 2005 18:01:04 +0000 (18:01 +0000)
committerRanjit Mathew <rmathew@gcc.gnu.org>
Mon, 10 Jan 2005 18:01:04 +0000 (18:01 +0000)
commit5bf8aebc12015bb509e144a6962b29979e9acd2a
tree18c2ff35f5a3bb1a432f042a7cd2a8fff92a19b4
parent3e636396c84f821afdcf405e88fe448228b96901
re PR java/19277 (allows array.length++ although it is final)

        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.

From-SVN: r93144
gcc/java/ChangeLog
gcc/java/check-init.c
This page took 0.069943 seconds and 5 git commands to generate.