re PR libstdc++/68276 (ios_base::_M_grow_words should use new (std::nothrow))
authorVille Voutilainen <ville.voutilainen@gmail.com>
Fri, 18 Dec 2015 15:17:09 +0000 (17:17 +0200)
committerVille Voutilainen <ville@gcc.gnu.org>
Fri, 18 Dec 2015 15:17:09 +0000 (17:17 +0200)
commit03d5d0c353ce5a9d09354e38ac30b789842c91f9
tree3a8a381d19ed873a3737382ce8497fdea199988f
parent15ab6f00bc3d5b60ab59205bc9e39d2b3e5273ca
re PR libstdc++/68276 (ios_base::_M_grow_words should use new (std::nothrow))

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

PR libstdc++/68276

* src/c++11/ios.cc (_M_grow_words): Use nothrow new.
* testsuite/27_io/ios_base/storage/11584.cc: Adjust.

From-SVN: r231819
libstdc++-v3/ChangeLog
libstdc++-v3/src/c++11/ios.cc
libstdc++-v3/testsuite/27_io/ios_base/storage/11584.cc