Subject: Re: strtoull bug
To: Ignatios Souvatzis <is@jocelyn.rhein.de>
From: Klaus Klein <kleink@uni-trier.de>
List: tech-toolchain
Date: 05/02/2000 13:07:49
On Tue, 2 May 2000, Ignatios Souvatzis wrote:

> adding the (void)&acc; from strtouq to strtoull makes it compile correctly
> on arm32.
> 
> May I add this as a stopgap fix?

Please do, but you should take the #ifdef __GNUC__ wrapper from strtouq.c
as well.

(I'd like to second cgd's suggestion for documenting/collecting the use of
such workarounds Somewhere.)