Thu Jan 6 00:54:10 2000 Alexandre Petit-Bianco <apbianco@cygnus.com>
commit0570a5062a9e53205c0bd47ff9bc990c60e5b760
authorapbianco <apbianco@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 7 Jan 2000 20:28:11 +0000 (7 20:28 +0000)
committerapbianco <apbianco@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 7 Jan 2000 20:28:11 +0000 (7 20:28 +0000)
tree597c2f89bfcc3461548b776d8a0ec9cdcf15cd4f
parent600e75c340b027977a2c92f943ae252673133586
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)

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31277 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/java/ChangeLog
gcc/java/jcf-write.c
gcc/java/parse.y