This is the mail archive of the
libstdc++@sourceware.cygnus.com
mailing list for the libstdc++ project.
Re: Changes to basic_filebuf::sync and testsuite
- To: scott snyder <snyder at fnal dot gov>
- Subject: Re: Changes to basic_filebuf::sync and testsuite
- From: Benjamin Kosnik <bkoz at cygnus dot com>
- Date: Mon, 15 Nov 1999 23:57:01 -0800 (PST)
- cc: libstdc++ at sourceware dot cygnus dot com
Cool. This plus the other fixes solve all outstanding testsuite failures
except for getting the "do the right thing" fix into string ctors.
Thanks for tracking this down. It was on my list but is now solved, very
nice.
We need to figure out how to test for this, so that re-direction failures
are caught in the future. . . .
-benjamin
> 1999-11-15 Scott Snyder <snyder@fnal.gov>
>
> * bits/basic_file.h: Type of __off parm should be __c_streampos, to
> match how libio is calling us.
> * src/basic_file.cc (sys_seek): Likewise.
> * bits/std_fstream.h (basic_filebuf::sync): Restore sync call.