Subject: Re: CVS commit: src/gnu/lib/libstdc++-v3/arch
To: Nick Hudson <skrll@netbsd.org>
From: Christos Zoulas <christos@zoulas.com>
List: source-changes
Date: 05/14/2005 11:52:16
On May 14,  7:35am, skrll@netbsd.org (Nick Hudson) wrote:
-- Subject: Re: CVS commit: src/gnu/lib/libstdc++-v3/arch

| Do you know if src/tools/gcc/mknative-gcc was used to regenerate these? I'm 
| doing a mknative run after martin pointed out a problem with the sparc64 
| assembler detection in gcc and I'm getting
| 
| -#define _GLIBCPP_USE_WCHAR_T 1
| +/* #undef _GLIBCPP_USE_WCHAR_T */
| 
| because the configure script can't find wcstold in our wchar.h as it's not 
| there ;)
| 
| I have no idea about wchar.h - how hard would it be to add wcstold?

There are plans to change all the string-to-double infrastructure
that will add support for long double conversions. For now it is
probably best to fix the test to ignore the missing wcstold(),
because it is not really using it...

christos