istream.tcc: Removed test for _M_gcount < in_avail()...
authorBrent Verner <brent@rcfile.org>
Fri, 6 Oct 2000 07:11:26 +0000 (07:11 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Fri, 6 Oct 2000 07:11:26 +0000 (07:11 +0000)
commit3a1ed6a1d1b6271763b131731f2d19463bfbe813
tree2b46704ad1309ed14e3c4b6c8e151c5763344992
parentb313a0fe15d7f5953f87141c49786a8eccb90683
istream.tcc: Removed test for _M_gcount < in_avail()...

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.

From-SVN: r36751
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]