aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2021-06-09 00:16:30 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2021-06-09 00:16:30 +0000
commitc60387214593445d1514bf7852f27f4523458cda (patch)
treef604ce71a7148480e4f7e7407172fec02ef18d61 /gcc/cp
parent25e5ecdf82b49977e86bfaded236fb34af2705ed (diff)
downloadgcc-c60387214593445d1514bf7852f27f4523458cda.zip
gcc-c60387214593445d1514bf7852f27f4523458cda.tar.gz
gcc-c60387214593445d1514bf7852f27f4523458cda.tar.bz2
Daily bump.
Diffstat (limited to 'gcc/cp')
-rw-r--r--gcc/cp/ChangeLog40
1 files changed, 40 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 225b8917..5a97fc8 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,43 @@
+2021-06-08 Marek Polacek <polacek@redhat.com>
+
+ PR c++/100065
+ * decl.c (grokdeclarator): Store a value-dependent
+ explicit-specifier even for deduction guides.
+
+2021-06-08 Jason Merrill <jason@redhat.com>
+
+ * parser.c (cp_parser_string_literal): Adjust diagnostic.
+
+2021-06-08 Jason Merrill <jason@redhat.com>
+
+ PR c++/100963
+ * call.c (perfect_conversion_p): Check check_narrowing.
+
+2021-06-08 Jason Merrill <jason@redhat.com>
+
+ PR c++/91706
+ * name-lookup.c (get_class_binding): Keep a BASELINK.
+ (set_inherited_value_binding_p): Adjust.
+ * lambda.c (is_lambda_ignored_entity): Adjust.
+ * pt.c (lookup_template_function): Copy a BASELINK before
+ modifying it.
+
+2021-06-08 Jason Merrill <jason@redhat.com>
+
+ PR c++/91706
+ * semantics.c (baselink_for_fns): Fix BASELINK_BINFO.
+
+2021-06-08 Jason Merrill <jason@redhat.com>
+
+ * module.cc (duplicate_hash::hash): Comment out.
+ (trees_in::tree_value): Adjust loop counter.
+
+2021-06-08 Jason Merrill <jason@redhat.com>
+
+ PR c++/100102
+ * init.c (build_offset_ref): Return the BASELINK for a static
+ member function.
+
2021-06-07 Patrick Palka <ppalka@redhat.com>
PR c++/100918