summaryrefslogtreecommitdiff
path: root/include/ChangeLog
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2021-07-25 00:16:22 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2021-07-25 00:16:22 +0000
commit5a957cd388493b4f88724700a0fed5f1d98a7bb8 (patch)
tree4d6103bab06a1171846c7334fe94aafe5ad61bf4 /include/ChangeLog
parent34dbb5f346459a1b36cd0cfbfe1cf18cd099fdf3 (diff)
Daily bump.
Diffstat (limited to 'include/ChangeLog')
-rw-r--r--include/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index 3d6fdd2f899..65846114cfd 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,3 +1,9 @@
+2021-07-24 Marek Polacek <polacek@redhat.com>
+
+ * ansidecl.h: Check if __cplusplus is defined before checking
+ the value of __cpp_constexpr and __cplusplus. Don't check
+ __STDC_VERSION__ in C++.
+
2021-07-02 David Faust <david.faust@oracle.com>
* btf.h (struct btf_type): Update bit usage comment.