OSDN Git Service

2000-10-03 Brent Verner <brent@rcfile.org>
authorbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 6 Oct 2000 07:11:26 +0000 (07:11 +0000)
committerbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 6 Oct 2000 07:11:26 +0000 (07:11 +0000)
commitc5de137a2552c1c8ac4e1b83c7e1084bf1ff846d
tree2b46704ad1309ed14e3c4b6c8e151c5763344992
parentfbc1c83e2cee2521d6e0122f7a3b8572fac244e1
2000-10-03  Brent Verner  <brent@rcfile.org>

        * bits/istream.tcc [basic_istream::get(basic_streambuf&)]: Removed
test for _M_gcount < in_avail(), as in_avail() only reports info
for current buffer, causing method to return at end of buffer.
* testsuite/27_io/istream_unformatted.cc [test07()]: New test.
* testsuite/27_io/istream_unformatted-3.txt: New file.
* testsuite/27_io/istream_unformatted-3.tst: New file.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36751 138bc75d-0d04-0410-961f-82ee72b054a4
libstdc++-v3/testsuite/27_io/istream_unformatted-3.tst [new file with mode: 0644]
libstdc++-v3/testsuite/27_io/istream_unformatted-3.txt [new file with mode: 0644]