Pulling the switch on GCC4.
Dave Korn
dave.korn.cygwin@googlemail.com
Tue Sep 29 06:58:00 GMT 2009
Yaakov (Cygwin/X) wrote:
> BTW, what is the status of std::wstring?
Before:
> $ nm /usr/lib/gcc/i686-pc-cygwin/4.3.2/libstdc++.a | grep tolower \
>> | sed -e 's/^...........//' | c++filt
> .text$_ZNKSt5ctypeIcE10do_tolowerEPcPKc
> .text$_ZNKSt5ctypeIcE10do_tolowerEc
> std::ctype<char>::do_tolower(char*, char const*) const
> std::ctype<char>::do_tolower(char) const
> std::ctype<char>::do_tolower(char*, char const*) const
> std::ctype<char>::do_tolower(char) const
After:
> $ nm /usr/lib/gcc/i686-pc-cygwin/4.3.4/libstdc++.a | grep tolower \
>> | sed -e 's/^...........//' | c++filt
> .text$_ZNKSt5ctypeIcE10do_tolowerEPcPKc
> .text$_ZNKSt5ctypeIcE10do_tolowerEc
> std::ctype<char>::do_tolower(char*, char const*) const
> std::ctype<char>::do_tolower(char) const
> std::ctype<wchar_t>::do_tolower(wchar_t*, wchar_t const*) const
> std::ctype<wchar_t>::do_tolower(wchar_t) const
> .text$_ZNKSt5ctypeIwE10do_tolowerEPwPKw
> .text$_ZNKSt5ctypeIwE10do_tolowerEw
> std::ctype<char>::do_tolower(char*, char const*) const
> std::ctype<char>::do_tolower(char) const
> std::ctype<wchar_t>::do_tolower(wchar_t*, wchar_t const*) const
> std::ctype<wchar_t>::do_tolower(wchar_t) const
Looks like it's configured correctly :)
cheers,
DaveK
More information about the Cygwin-apps
mailing list