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++/19955] [3.4/4.0 regression] Second std::ctype<char>::narrow() does not call std::ctype<char>::do_narrow()


------- Additional Comments From pcarlini at suse dot de  2005-02-14 20:41 -------
Thanks for your report: indeed, the logic inside _M_narrow_init() is incomplete:
should also check whether the narrowing is trivial or not, similarly to what
happens in _M_widen_init(). Will fix ASAP.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |pcarlini at suse dot de
                   |dot org                     |
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-02-14 20:41:50
               date|                            |
            Summary|Second                      |[3.4/4.0 regression] Second
                   |std::ctype<char>::narrow()  |std::ctype<char>::narrow()
                   |does not call               |does not call
                   |std::ctype<char>::do_narrow(|std::ctype<char>::do_narrow(
                   |)                           |)
   Target Milestone|---                         |3.4.4


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


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