re PR libstdc++/14320 (istreambuf_iterator::difference_type is not a signed integral...
authorPaolo Carlini <pcarlini@suse.de>
Wed, 3 Mar 2004 00:22:05 +0000 (00:22 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Wed, 3 Mar 2004 00:22:05 +0000 (00:22 +0000)
commit0b1d67d23b3498243272f751414b157054be4515
treefacba5f352496caa2ec5d778e2625a680ec40fc6
parent0eadce5226808dfd6180effb4de3ad794d72c84d
re PR libstdc++/14320 (istreambuf_iterator::difference_type is not a signed integral type)

2004-03-02  Paolo Carlini  <pcarlini@suse.de>

PR libstdc++/14320
* include/bits/postypes.h (class streamoff): Remove, now
streamoff is just typedef a 64 bit signed integer type.
(class fpos): Tweak consistently.
* testsuite/27_io/fpos/14320-1.cc: New.
* testsuite/27_io/fpos/14320-2.cc: New.
* testsuite/27_io/fpos/14320-3.cc: New.
* testsuite/27_io/fpos/14320-4.cc: New.
* testsuite/27_io/fpos/14320-5.cc: New.
* testsuite/27_io/fpos/mbstate_t/4_neg.cc: xfail for now.

From-SVN: r78799
libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/postypes.h
libstdc++-v3/testsuite/27_io/fpos/14320-1.cc [new file with mode: 0644]
libstdc++-v3/testsuite/27_io/fpos/14320-2.cc [new file with mode: 0644]
libstdc++-v3/testsuite/27_io/fpos/14320-3.cc [new file with mode: 0644]
libstdc++-v3/testsuite/27_io/fpos/14320-4.cc [new file with mode: 0644]
libstdc++-v3/testsuite/27_io/fpos/14320-5.cc [new file with mode: 0644]
libstdc++-v3/testsuite/27_io/fpos/mbstate_t/4_neg.cc