This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Patch: fix PR 6388


Tom Tromey writes:
 > This patch fixes PR 6388.
 > 
 > This is a rewrite of a patch I sent before:
 > 
 >     http://gcc.gnu.org/ml/java-patches/2002-q2/msg00409.html
 > 
 > In his response to that one, rth pointed out some other problems in
 > the surrounding code.  This patch attempts to fix those as well.
 > 
 > There didn't seem to be a way to sign-extend an int constant, hence
 > the code in the patch to do this by hand.

Please have a look at WORD_TO_INT and WORDS_TO_LONG in javaop.h before
you commit this.

Andrew.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]