Bug#576030: gcc-4.3: wcstoll returns only the value for 32bit.

2010-05-30 Thread Aurelien Jarno
On Fri, Apr 02, 2010 at 11:32:55AM +0200, Aurelien Jarno wrote: On Wed, Mar 31, 2010 at 11:32:50PM +0900, Hikaru MIYAGI wrote: Package: gcc-4.3 Version: 4.3.2-1.1 Severity: important wcstoll returns only the value for 32bit. For instance, wcstoll(L1, NULL, 16) returns 0

Bug#576030: gcc-4.3: wcstoll returns only the value for 32bit.

2010-04-02 Thread Aurelien Jarno
On Wed, Mar 31, 2010 at 11:32:50PM +0900, Hikaru MIYAGI wrote: Package: gcc-4.3 Version: 4.3.2-1.1 Severity: important wcstoll returns only the value for 32bit. For instance, wcstoll(L1, NULL, 16) returns 0 though it is sure to become 4294967296. This is not reproducible here.