On 17/09/15 15:56 +0100, Jonathan Wakely wrote:
When exceptions are disabled a failed allocation while trying to
shrink_to_fit() will abort the program. Since shrink_to_fit() is a
non-binding request we should just ignore it rather than risk taking
down the whole process.
Tested powerpc64le-linu
Oops.
Bootstrapped with --disable-libstdcxx-dual-abi on x86_64-linux,
committed to trunk.
commit 9b9d9e3a5921f9a5225b466ce9d07b42b72f54dd
Author: Jonathan Wakely
Date: Mon Sep 21 11:58:41 2015 +0100
Fix bootstrap error introduced in r227870
PR libstdc++/67647
* include/bit
When exceptions are disabled a failed allocation while trying to
shrink_to_fit() will abort the program. Since shrink_to_fit() is a
non-binding request we should just ignore it rather than risk taking
down the whole process.
Tested powerpc64le-linux, committed to trunk.
commit 13cf19282acf42a52