This is the mail archive of the libstdc++@sourceware.cygnus.com mailing list for the libstdc++ project.


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

Re: ostringstream stdlibc++-2.90.8pre1


> std_sstream.h changed the following noted below
> 
>       void
>       _M_init_stringbuf(ios_base::openmode __mode)
>       {
>         _M_buf_size = _M_string.size();
>         _M_mode = __mode;
>         _M_really_sync(0,_M_buf_size); // <--changed here Bill T
>       }

I added your testcase. This is not the correct fix, as it gives new 
regressions in the testsuite. Thanks for the bug report though, and feel 
free to hack on it.

I'll look at this at some point soon.

-benjamin

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