This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
PR libstdc++/6750
- From: Peter Schmid <schmid at snake dot iap dot physik dot tu-darmstadt dot de>
- To: <libstdc++ at gcc dot gnu dot org>
- Cc: <bkoz at redhat dot com>
- Date: Tue, 21 May 2002 02:20:18 +0200 (CEST)
- Subject: PR libstdc++/6750
I investigated PR libstdc++/6750 and found out that reverting
the patch
2002-05-18 Benjamin Kosnik <bkoz@redhat.com>
PR libstdc++/6518
* include/bits/ostream.tcc (ostream::operator<<(const char*)): Fix
for null case.
(ostream::operator<<(const _CharT*)): Same.
(ostream<char>::operator<<(const char*)): Same.
* testsuite/27_io/ostream_inserter_char.cc (test07): Add test.
fixes the io related problems.
Therefore, I ask to revert this patch which causes severe io related
problems.
Hope this helps,
Peter Schmid