[PATCH] PR java/10253 (""+0), version 2

Eric Blake ebb9@email.byu.edu
Fri Apr 11 01:12:00 GMT 2003


I already did in the version I committed to CVS (I noticed it in my 
final proofread of cvs diff).

Richard Henderson wrote:
> On Thu, Apr 10, 2003 at 09:09:14AM -0600, Eric Blake wrote:
> 
>>+      /* '0' == 060 in Java, even if the host machine is EBCDIC.  */
>>+      *--p = '\060' + acc;
> 
> 
> If you're going to do this, don't you need the same thing
> 
> 
>>-    *p-- = '-';
>>+    *--p = '-';
> 
> 
> here?
> 
> 
> r~
> 


-- 
This signature intentionally left boring.

Eric Blake             ebb9@email.byu.edu
   BYU student, free software programmer




More information about the Gcc-patches mailing list