This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/10081] basic_ios::_M_cache_locale leaves NULL members in the face of unknown locales
- From: "cvs-commit at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 21 Oct 2003 02:31:37 -0000
- Subject: [Bug libstdc++/10081] basic_ios::_M_cache_locale leaves NULL members in the face of unknown locales
- References: <20030314120600.10081.peturr02@ru.is>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10081
------- Additional Comments From cvs-commit at gcc dot gnu dot org 2003-10-21 02:31 -------
Subject: Bug 10081
CVSROOT: /cvs/gcc
Module name: gcc
Branch: gcc-3_3-branch
Changes by: bkoz@gcc.gnu.org 2003-10-21 02:31:32
Modified files:
libstdc++-v3 : ChangeLog
libstdc++-v3/include/bits: basic_ios.h
Log message:
2003-10-20 Benjamin Kosnik <bkoz@redhat.com>
PR libstdc++/10081
* include/bits/basic_ios.h (basic_ios::basic_ios): Initialize
_M_fctype, _M_fnumput, _M_fnumget.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.1464.2.152&r2=1.1464.2.153
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/basic_ios.h.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.14.2.5&r2=1.14.2.6