This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: Long-standing error in exception handling by pool_allocator(contains untested patch)
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: Paolo Carlini <pcarlini at suse dot de>
- Cc: pcarlini at suse dot de, kuebart at mathematik dot uni-ulm dot de, libstdc++ at gcc dot gnu dot org
- Date: Mon, 11 Oct 2004 10:33:38 -0500
- Subject: Re: Long-standing error in exception handling by pool_allocator(contains untested patch)
- Organization: Red Hat / Chicago
- References: <20041009161531.GA653@jaja><416833A4.6060609@suse.de><4169545B.6070100@suse.de>
>2004-10-11 Joachim Kuebart <kuebart@mathematik.uni-ulm.de>
> Paolo Carlini <pcarlini@suse.de>
>
> * src/pool_allocator.cc (__pool_alloc_base::_M_allocate_chunk):
> Deal properly with exceptions thrown by ::operator new(size_t).
> * testsuite/ext/pool_allocator/allocate_chunk.cc: New.
>
> * include/ext/pool_allocator.h: Include <cstdlib>.
can you put this in gcc-3_4-branch too please?
-benjamin