aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2021-05-11 00:16:36 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2021-05-11 00:16:36 +0000
commitaa891c56f25baac94db004e309d1b6e40b770a95 (patch)
tree7db32cac8be9a1ff02ee87bbae27153d7bc20acc /gcc/cp
parent0c54d25a7686406a11f44f58261a9e63821022b7 (diff)
downloadgcc-aa891c56f25baac94db004e309d1b6e40b770a95.zip
gcc-aa891c56f25baac94db004e309d1b6e40b770a95.tar.gz
gcc-aa891c56f25baac94db004e309d1b6e40b770a95.tar.bz2
Daily bump.
Diffstat (limited to 'gcc/cp')
-rw-r--r--gcc/cp/ChangeLog28
1 files changed, 28 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 8bbc030..122808e 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,31 @@
+2021-05-10 Richard Biener <rguenther@suse.de>
+
+ PR middle-end/100464
+ PR c++/100468
+ * call.c (set_up_extended_ref_temp): Mark the temporary
+ addressable if the TARGET_EXPR was.
+
+2021-05-10 Martin Liska <mliska@suse.cz>
+
+ * decl.c (duplicate_decls): Use startswith
+ function instead of strncmp.
+ (cxx_builtin_function): Likewise.
+ (omp_declare_variant_finalize_one): Likewise.
+ (grokfndecl): Likewise.
+ * error.c (dump_decl_name): Likewise.
+ * mangle.c (find_decomp_unqualified_name): Likewise.
+ (write_guarded_var_name): Likewise.
+ (decl_tls_wrapper_p): Likewise.
+ * parser.c (cp_parser_simple_type_specifier): Likewise.
+ (cp_parser_tx_qualifier_opt): Likewise.
+ * pt.c (template_parm_object_p): Likewise.
+ (dguide_name_p): Likewise.
+
+2021-05-10 Martin Liska <mliska@suse.cz>
+
+ PR c++/99616
+ * decl.c (grokdeclarator): Remove redundant NULL check.
+
2021-05-07 Jason Merrill <jason@redhat.com>
* tree.c (rvalue): Assert expr is not a class lvalue.