[gcc r12-2361] libstdc++: Fix ChangeLog entry for commit r12-2326

Jonathan Wakely redi@gcc.gnu.org
Fri Jul 16 14:36:48 GMT 2021


https://gcc.gnu.org/g:7581559168dfe59541b6daae4262ed60db33d530

commit r12-2361-g7581559168dfe59541b6daae4262ed60db33d530
Author: Jonathan Wakely <jwakely@redhat.com>
Date:   Fri Jul 16 14:11:31 2021 +0100

    libstdc++: Fix ChangeLog entry for commit r12-2326

Diff:
---
 libstdc++-v3/ChangeLog | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 0072eed32f2..b4b7db7f730 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -17,7 +17,7 @@
 
 	PR libstdc++/101429
 	* include/bits/c++config (__replacement_assert): Add noexcept.
-	[!_GLIBCXX_VERBOSE] (__glibcxx_assert_impl): Use __builtin_trap
+	[!_GLIBCXX_VERBOSE] (__glibcxx_assert_impl): Use __builtin_abort
 	instead of __replacement_assert.
 
 2021-07-14  Jonathan Wakely  <jwakely@redhat.com>


More information about the Libstdc++-cvs mailing list