--- Comment #3 from pcarlini at suse dot de 2005-10-28 17:45 ---
Fixed for 4.0.3.
--
pcarlini at suse dot de changed:
What|Removed |Added
Status|ASSIGNED
--- Comment #2 from pcarlini at suse dot de 2005-10-27 19:42 ---
Thanks, likely will be the first svn library commit ;)
--
pcarlini at suse dot de changed:
What|Removed |Added
--- Comment #1 from pinskia at gcc dot gnu dot org 2005-10-27 18:16 ---
Confirmed, the issue is in libstdc++.
inline wchar_t*
wcspbrk(wchar_t* __s1, wchar_t* __s2)
{ return wcspbrk(const_cast(__s1), __s2); }
--
pinskia at gcc dot gnu dot org changed:
What|Remov