This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Pulling the switch on GCC4.


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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]