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]

Re: improve type safety wrt unsignedness for java


On Thursday, July 15, 2004, at 11:01 PM, Per Bothner wrote:
I'd fix it instead by changing the declaration of which to
unsigned HOST_WIDE_INT, and likewise the cast of one.

Ok.


char vs unsigned char is a tougher and more annoying question.

:-( If I lived in java, I suspect I would have a good idea of exactly how I would want it and would just change all of it to match. As it is, I don't have a good sense of exactly what formulation I like and why... so... I've opted to do as little damage as possible.


The below is the patch set that I checked in...

Thanks.

Attachment: java-un-a.diff.txt
Description: Text document


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