aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/ChangeLog
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2021-07-16 00:16:25 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2021-07-16 00:16:25 +0000
commitd97d71a1989e9ee8e1b8563b351c42b7732da108 (patch)
tree2c298de71746b71c3c1e7323d6a22cb9df115913 /gcc/cp/ChangeLog
parentc031ea2782a1873eee5ba82fb114cd87ff831412 (diff)
downloadgcc-d97d71a1989e9ee8e1b8563b351c42b7732da108.zip
gcc-d97d71a1989e9ee8e1b8563b351c42b7732da108.tar.gz
gcc-d97d71a1989e9ee8e1b8563b351c42b7732da108.tar.bz2
Daily bump.
Diffstat (limited to 'gcc/cp/ChangeLog')
-rw-r--r--gcc/cp/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index a80d236..0e2139a 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,15 @@
+2021-07-15 Jakub Jelinek <jakub@redhat.com>
+
+ PR c++/101443
+ * cp-gimplify.c (cp_fold): For comparisons with NULLPTR_TYPE
+ operands, fold them right away to true or false.
+
+2021-07-15 Jason Merrill <jason@redhat.com>
+
+ PR c++/101095
+ * cp-objcp-common.c (cp_common_init_ts): Mark types as types.
+ (cp_tree_size): Remove redundant entries.
+
2021-07-14 Patrick Palka <ppalka@redhat.com>
PR c++/88252