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(L"100000000", NULL, 16) returns 0
> though it is sure to become 4294967296.
> 

This is not reproducible here. Are you sure the wcstoll is correctly
declared?

You can verify that it is correctly declared by compiling with -Wall. If
it is not the case, verify that your program should include <wchar.h> and
that you use either use -std=c99 or -D_GNU_SOURCE to compile it.

-- 
Aurelien Jarno                          GPG: 1024D/F1BCDB73
aurel...@aurel32.net                 http://www.aurel32.net



-- 
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100402093255.ga22...@volta.aurel32.net

Reply via email to