]> gcc.gnu.org Git - gcc.git/commit
re GNATS gcj/122 (SP mismatch error from certain code constructs)
authorAlexandre Petit-Bianco <apbianco@gcc.gnu.org>
Fri, 7 Jan 2000 20:28:11 +0000 (12:28 -0800)
committerAlexandre Petit-Bianco <apbianco@gcc.gnu.org>
Fri, 7 Jan 2000 20:28:11 +0000 (12:28 -0800)
commit6b924cc558a46d79df85bcb7bb60228c07612314
tree597c2f89bfcc3461548b776d8a0ec9cdcf15cd4f
parentbd3a924b10709d4ab1ad61717bcc31ceb4c23fb4
re GNATS gcj/122 (SP mismatch error from certain code constructs)

Thu Jan  6 00:54:10 2000  Alexandre Petit-Bianco  <apbianco@cygnus.com>

        * jcf-write.c (generate_byecode_conditional): Fixed indentation in
        method invocation and typo in conditional expression.
        (generate_bytecode_insns): COND_EXPR can be part of a binop. Issue
        the appropriate NOTE_POP.
        * parse.y (patch_binop): Shift value mask to feature the right
        type.

(This is a fix for the PR #122:
 http://sourceware.cygnus.com/ml/java-prs/2000-q1/msg00000.html)

From-SVN: r31277
gcc/java/ChangeLog
gcc/java/jcf-write.c
gcc/java/parse.y
This page took 0.061113 seconds and 5 git commands to generate.