diff options
author | Simon Martin <simartin@users.sourceforge.net> | 2006-08-10 19:35:07 +0000 |
---|---|---|
committer | Andrew Haley <aph@gcc.gnu.org> | 2006-08-10 19:35:07 +0000 |
commit | b576b3a7fda3f914807f1296124f15fe791b5a60 (patch) | |
tree | 4e3fd929ca16b78eae9a77bedcc19795582766e9 /libjava/classpath/java/sql/Date.java | |
parent | 9a1a473756a215d445473ffa9cd74d6bce177480 (diff) | |
download | gcc-b576b3a7fda3f914807f1296124f15fe791b5a60.zip gcc-b576b3a7fda3f914807f1296124f15fe791b5a60.tar.gz gcc-b576b3a7fda3f914807f1296124f15fe791b5a60.tar.bz2 |
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
Diffstat (limited to 'libjava/classpath/java/sql/Date.java')
0 files changed, 0 insertions, 0 deletions