diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2020-07-01 00:16:26 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2020-07-01 00:16:26 +0000 |
commit | 46fbb6c68266c62b1fee60f25e515ffae4d9b33c (patch) | |
tree | 8513b10f69027e9ee9dd4d8540b49f11adedb095 /gcc/cp | |
parent | c415fbb09775da2f5e4059313dcf5f9164648939 (diff) | |
download | gcc-46fbb6c68266c62b1fee60f25e515ffae4d9b33c.zip gcc-46fbb6c68266c62b1fee60f25e515ffae4d9b33c.tar.gz gcc-46fbb6c68266c62b1fee60f25e515ffae4d9b33c.tar.bz2 |
Daily bump.
Diffstat (limited to 'gcc/cp')
-rw-r--r-- | gcc/cp/ChangeLog | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 6db8f7f..4d47f90 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,28 @@ +2020-06-30 Nathan Sidwell <nathan@acm.org> + + * cp-tree.h (copy_fndecl_with_name): Rename to ... + (copy_operatorn_fn): ... this. Change arg type. + (clone_function_decl): Rename to ... + (clone_cdtor): ... this. + * class.c (copy_fndecl_with_name): Make static. + (copy_operator_fn): New wrapper. + (build_clones): Rename to ... + (build_cdtor_clones): ... this. + (clone_function_decl): Rename to ... + (clone_cdtor): ... this. Adjust build_clones calls. + (clone_constructors_and_destructors): Adjust clone_function_decl + calls. + * method.c (implicitly_declare_fn): Adjust copy_fndecl_with_name + call. + (lazily_declare_fn): Adjust clone_function_decl call. + * pt.c (tsubst_function_decl): Likewise. + (instantiate_template_1): Likewise. + +2020-06-30 Iain Sandoe <iain@sandoe.co.uk> + + * coroutines.cc (morph_fn_to_coro): Remove trailing + space in a diagnostic. + 2020-06-30 Iain Sandoe <iain@sandoe.co.uk> * coroutines.cc (expand_one_await_expression): Remove |