aboutsummaryrefslogtreecommitdiff
path: root/c++tools
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2021-07-22 00:16:46 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2021-07-22 00:16:46 +0000
commit419c6c68e60adc8801b44dab72ebcd680cfe1d97 (patch)
treedb5f3720385deb18cc6a6354a4b9076081092435 /c++tools
parent893b12cc12877aca1c9df6272123b26eddf12722 (diff)
downloadgcc-419c6c68e60adc8801b44dab72ebcd680cfe1d97.zip
gcc-419c6c68e60adc8801b44dab72ebcd680cfe1d97.tar.gz
gcc-419c6c68e60adc8801b44dab72ebcd680cfe1d97.tar.bz2
Daily bump.
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