]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR libstdc++/40094 (FAIL: ext/throw_allocator/deallocate_global.cc execution test)
authorPaolo Carlini <paolo.carlini@oracle.com>
Fri, 22 May 2009 01:28:50 +0000 (01:28 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Fri, 22 May 2009 01:28:50 +0000 (01:28 +0000)
commite2792913bd05564861383c3934b9a327703f6db2
tree2f0827a0613d8533f5adbd20c0a3a92c240297f9
parente0d0bf47c9f64ad592b0f47d572f1c76aab243cc
re PR libstdc++/40094 (FAIL: ext/throw_allocator/deallocate_global.cc execution test)

2009-05-21  Paolo Carlini  <paolo.carlini@oracle.com>

PR libstdc++/40094
Revert:
2009-05-07  Paolo Carlini  <paolo.carlini@oracle.com>
* include/ext/throw_allocator.h (throw_allocator_base): Avoid
out of line member functions definitions.
(throw_allocator_base::_S_g, _S_map, _S_throw_prob, _S_label):
Remove, use static locals instead.
(throw_allocator_base::do_check_allocated, print_to_string): Declare.
* src/throw_allocator.cc: New.
* src/Makefile.am: Add.
* config/abi/pre/gnu.ver: Add exports.
* src/Makefile.in: Regenerate.

From-SVN: r147788
libstdc++-v3/ChangeLog
libstdc++-v3/config/abi/pre/gnu.ver
libstdc++-v3/configure
libstdc++-v3/include/ext/throw_allocator.h
libstdc++-v3/src/Makefile.am
libstdc++-v3/src/Makefile.in
libstdc++-v3/src/throw_allocator.cc