Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/gnu/lib/libstdc++-v3/arch



On May 14,  7:35am, skrll%netbsd.org@localhost (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



Home | Main Index | Thread Index | Old Index