This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [RFC] Libstdc++/13858 vs enc_filebuf/.../13189.cc
- From: Paolo Carlini <pcarlini at suse dot de>
- To: Paolo Carlini <pcarlini at suse dot de>
- Cc: libstdc++ <libstdc++ at gcc dot gnu dot org>,Benjamin Kosnik <bkoz at redhat dot com>
- Date: Mon, 16 Feb 2004 18:20:58 +0100
- Subject: Re: [RFC] Libstdc++/13858 vs enc_filebuf/.../13189.cc
- References: <4030F81F.8000605@suse.de>
Of course, overflow was already failing before my patch, just we
couldn't possibly notice that.
I'm not sure what we want to do, since enc_filebuf is not really
supposed to be functional and 13189, actually, was only about
*compilation* errors...
Shall I just remove for now the VERIFY in the catch block?
Update: libstdc++/13598 (still not fixed) is exactly about that, i.e.,
no actual output is possible with the current enc_filebuf.
Basing on this, I'm going to test and probably commit the removal
(for now) of the VERIFY in the catch block.
Paolo.