aboutsummaryrefslogtreecommitdiff
path: root/c++tools
diff options
context:
space:
mode:
Diffstat (limited to 'c++tools')
-rw-r--r--c++tools/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/c++tools/ChangeLog b/c++tools/ChangeLog
index c0228cb..7778d3f 100644
--- a/c++tools/ChangeLog
+++ b/c++tools/ChangeLog
@@ -1,3 +1,17 @@
+2021-07-21 Iain Sandoe <iain@sandoe.co.uk>
+ Jakub Jelinek <jakub@redhat.com>
+
+ PR c++/98821
+ * config.h.in: Regenerate.
+ * configure: Regenerate.
+ * configure.ac: Configure using C++. Pull logic to
+ detect enabled checking modes; default to release
+ checking.
+ * server.cc (AI_NUMERICSERV): Define a fallback value.
+ (gcc_assert): New.
+ (gcc_unreachable): New.
+ (fancy_abort): Only build when checking is enabled.
+
2021-05-25 Jakub Jelinek <jakub@redhat.com>
PR bootstrap/100731