2000-08-22 Andrew Haley <aph@cygnus.com>
commit7333de4ccf82d5671ad3e9f6c363980831a4f2b6
authorapbianco <apbianco@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 29 Aug 2000 16:12:59 +0000 (29 16:12 +0000)
committerapbianco <apbianco@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 29 Aug 2000 16:12:59 +0000 (29 16:12 +0000)
tree9e8a6be704176c42bc696fce9ce76e1e2f26270b
parent9bfff6cb30483368950a7ac1ef487db5dbcee0b1
2000-08-22  Andrew Haley  <aph@cygnus.com>

* javaop.h (WORD_TO_INT): Mask lower 32 bits of a jword before
sign extending. Fixes gcj/321.
* jcf-parse.c (get_constant): Mask lower 32 bits of a jint before
combining to make a jlong. Fixes gcj/321.

(This fixes gcj/321:
 http://sources.redhat.com/ml/java-prs/2000-q3/msg00146.html
 http://gcc.gnu.org/ml/gcc-patches/2000-08/msg00897.html)

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