This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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]

[Bug libstdc++/24559] Incorrect definition of wcspbrk in cwchar



------- 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<const wchar_t*>(__s1), __s2); }


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
          Component|c++                         |libstdc++
     Ever Confirmed|0                           |1
      Known to fail|                            |3.0.4 4.1.0 4.0.0 3.4.0
                   |                            |3.3.3 3.2.3
   Last reconfirmed|0000-00-00 00:00:00         |2005-10-27 18:16:38
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24559


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