This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: libstdc++/9875: filebuf doesn't handle codecvt::encoding() >1
- From: Paolo Carlini <pcarlini at unitus dot it>
- To: Pétur Runólfsson <peturr02 at ru dot is>
- Cc: paolo at gcc dot gnu dot org, gcc-bugs at gcc dot gnu dot org, gcc-gnats at gcc dot gnu dot org
- Date: Mon, 03 Mar 2003 11:57:05 +0100
- Subject: Re: libstdc++/9875: filebuf doesn't handle codecvt::encoding() >1
- References: <07D05A69A3D0C14FAEA60C3ACE8E5564028F553C@nike.hir.is>
Pétur Runólfsson wrote:
The underflow bits are still missing, however. Are you
willing to provide some tests for it too?
Will do.
Thanks Pétur.
By the way, I would appreciate also some actual ;) tests for overflow,
since those
present in the PR didn't really lead to overflow for the default 8192
chars wide buffer.
(temporarily I have added some using setbuf to shorten the buffer)
Paolo.