re PR java/8923 (ICE when modifying a variable decleared "final static")
commitb576b3a7fda3f914807f1296124f15fe791b5a60
authorSimon Martin <simartin@users.sourceforge.net>
Thu, 10 Aug 2006 19:35:07 +0000 (10 19:35 +0000)
committerAndrew Haley <aph@gcc.gnu.org>
Thu, 10 Aug 2006 19:35:07 +0000 (10 19:35 +0000)
tree4e3fd929ca16b78eae9a77bedcc19795582766e9
parent9a1a473756a215d445473ffa9cd74d6bce177480
re PR java/8923 (ICE when modifying a variable decleared "final static")

2006-08-10  Simon Martin  <simartin@users.sourceforge.net>

        PR java/8923
        * parse.y (build_incdec): Emit an error instead of an ICE if '++'
        or '--' is used with a constant operand.
        (java_complete_lhs): When processing a '++' or '--' expression,
        don't call java_complete_tree but java_complete_lhs, so that a
        static final variable operand is never replaced by its value. This
        avoids an ICE later on.
        (patch_unaryop): Fixed typo in comment.

From-SVN: r116069
gcc/java/ChangeLog
gcc/java/parse.y