jcf-write.c (generate_byecode_insns): Fixed indentation for COMPOUND_EXPR and FIX_TRU...
authorAlexandre Petit-Bianco <apbianco@cygnus.com>
Mon, 6 Dec 1999 19:31:25 +0000 (19:31 +0000)
committerAlexandre Petit-Bianco <apbianco@gcc.gnu.org>
Mon, 6 Dec 1999 19:31:25 +0000 (11:31 -0800)
commitafc390b1ad7d6f4dc9b6feec713cb541190c5165
tree44b6a0178108cbc0e3a663d4073804dd8a72a7a1
parent04572513c7bf1b351b95c2f6ecf78fec8cbe306a
jcf-write.c (generate_byecode_insns): Fixed indentation for COMPOUND_EXPR and FIX_TRUNC_EXPR cases.

Tue Nov 30 12:28:34 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>

        * jcf-write.c (generate_byecode_insns): Fixed indentation for
        COMPOUND_EXPR and FIX_TRUNC_EXPR cases.

        * parse.y (patch_assignment): Removed bogus final class test on
        lhs when checking on whether to emit an ArrayStoreException runtime
        check.
        * expr.c (expand_java_arraystore): Likewise.

From-SVN: r30806
gcc/java/ChangeLog
gcc/java/expr.c
gcc/java/jcf-write.c
gcc/java/parse.y