aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2020-10-02 00:16:27 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2020-10-02 00:16:27 +0000
commit6c2675fa2bbcfe37308af593edb18e2c1c8eabf0 (patch)
treec32e97285e9a5a93738561000961a4f01f836da3 /gcc/cp
parent3e52eaab8c57ad06bcd553f140923a34e5749991 (diff)
downloadgcc-6c2675fa2bbcfe37308af593edb18e2c1c8eabf0.zip
gcc-6c2675fa2bbcfe37308af593edb18e2c1c8eabf0.tar.gz
gcc-6c2675fa2bbcfe37308af593edb18e2c1c8eabf0.tar.bz2
Daily bump.
Diffstat (limited to 'gcc/cp')
-rw-r--r--gcc/cp/ChangeLog39
1 files changed, 39 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index eeb6f8a..ed416cc 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,42 @@
+2020-10-01 Nathan Sidwell <nathan@acm.org>
+
+ * cp-tree.h (DECL_ANTICIPATED): Adjust comment.
+ (DECL_HIDDEN_P, TYPE_HIDDEN_P): Delete.
+ * tree.c (ovl_insert): Delete DECL_HIDDEN_P assert.
+ (ovl_skip_hidden): Likewise.
+
+2020-10-01 Nathan Sidwell <nathan@acm.org>
+
+ * name-lookup.c (pushdecl_top_level): Assert incoming context is
+ null, add global_namespace context.
+ (pushdecl_top_level_and_finish): Likewise.
+ * pt.c (get_template_parm_object): Clear decl context before
+ pushing.
+ * semantics.c (finish_compound_literal): Likewise.
+
+2020-10-01 Nathan Sidwell <nathan@acm.org>
+
+ * decl.c (lookup_and_check_tag): Refactor.
+
+2020-10-01 Jakub Jelinek <jakub@redhat.com>
+
+ PR c++/96994
+ * call.c (build_over_call): If obj_arg is non-NULL, return INIT_EXPR
+ setting obj_arg to call.
+
+2020-10-01 Jakub Jelinek <jakub@redhat.com>
+
+ PR c++/97195
+ * constexpr.c (cxx_eval_call_expression): Don't VERIFY_CONSTANT the
+ second argument.
+
+2020-10-01 Marek Polacek <polacek@redhat.com>
+
+ PR c++/90210
+ * pt.c (do_class_deduction): Don't prune explicit deduction guides
+ in copy-list-initialization. In copy-list-initialization, if an
+ explicit deduction guide was selected, give an error.
+
2020-09-30 Nathan Sidwell <nathan@acm.org>
* cp-tree.h (struct lang_decl_fn): Remove hidden_friend_p.