This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [v3] Fix ios_base storage crash
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: Jerry Quinn <jlquinn at optonline dot net>
- Cc: libstdc++ at gcc dot gnu dot org, gcc-patches at gcc dot gnu dot org
- Date: Thu, 6 Mar 2003 11:36:37 -0600
- Subject: Re: [v3] Fix ios_base storage crash
- References: <E18qoRI-0007wD-00@tiamat>
>Fixed with this patch. Ok for 3.3 and mainline?
yes, please check in to both.
>2003-03-06 Jerry Quinn <jlquinn at optonline dot net>
>
> * src/ios.cc (ios_base::_M_init): Remove _M_word_size.
> (ios_base::ios_base): Set _M_word, _M_word_size.
> (ios_base::~ios_base): Remove redundant test.
> * testsuite/27_io/ios_base_storage.cc (test03): New.
this looks great, thanks