* expr.c (expand_java_field_op): Assigning to a final field outside
authorbothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 14 Jan 2001 17:37:09 +0000 (17:37 +0000)
committerbothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 14 Jan 2001 17:37:09 +0000 (17:37 +0000)
commit7b7ac55cbadc9d3c12e4b93c0e86a35033045a66
tree43d8645429e21dac0961bb4257cc655ee95b557c
parent1dff5623a2de75a692bb42bd591bca96c77fe099
* expr.c (expand_java_field_op):  Assigning to a final field outside
an initializer does not violate JVM spec, so should be warning, not
error.  (Sun's verifier does not complain - though MicroSoft's does.)

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@39013 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/java/ChangeLog
gcc/java/expr.c