This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/19955] [3.4/4.0 regression] Second std::ctype<char>::narrow() does not call std::ctype<char>::do_narrow()
- From: "pcarlini at suse dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 14 Feb 2005 20:41:53 -0000
- Subject: [Bug libstdc++/19955] [3.4/4.0 regression] Second std::ctype<char>::narrow() does not call std::ctype<char>::do_narrow()
- References: <20050214183319.19955.jgrimm2@us.ibm.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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