[PATCH] Fix VAX crash

Graham Stott graham.stott@btinternet.com
Thu Nov 7 10:30:00 GMT 2002


Richard Henderson wrote:
> On Thu, Nov 07, 2002 at 01:12:30AM +0000, Graham Stott wrote:
> 
>>    if (digit == 10)
>>      {
>>!       if (--digits > 0)
>>!       *p++ = '1';
> 
> 
> digits can't be zero.  That's checked above.
> 
> 
> r~
> 

Are you confusing digit with digits?

Graham



More information about the Gcc-patches mailing list