Fix a regression introduced by the fix of libstdc++/68276.
authorVille Voutilainen <ville.voutilainen@gmail.com>
Fri, 18 Dec 2015 21:27:53 +0000 (23:27 +0200)
committerVille Voutilainen <ville@gcc.gnu.org>
Fri, 18 Dec 2015 21:27:53 +0000 (23:27 +0200)
commitca2c1b328327f998338cfa4b9e902e439cf57278
treea6ca74c0d9b00a74cfda105695db0fd9af079627
parente8f47b663f39d4bc959ef181b0cb8ed935aa4c6d
Fix a regression introduced by the fix of libstdc++/68276.

2015-12-18  Ville Voutilainen  <ville.voutilainen@gmail.com>

Fix a regression introduced by the fix of libstdc++/68276.
* src/c++11/ios.cc (_M_grow_words): Catch bad_alloc again so that
bad_array_new_length is handled properly.

From-SVN: r231839
libstdc++-v3/ChangeLog
libstdc++-v3/src/c++11/ios.cc