aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2020-06-12 00:16:29 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2020-06-12 00:16:29 +0000
commite68e80c8ddb961130b59528d1b865a7143c40537 (patch)
tree4cd3798a91082da8518e4e42ea2900de42541bf5 /gcc/cp
parent11c7261128ad3ee136508703b20e45cbe04f8dd0 (diff)
downloadgcc-e68e80c8ddb961130b59528d1b865a7143c40537.zip
gcc-e68e80c8ddb961130b59528d1b865a7143c40537.tar.gz
gcc-e68e80c8ddb961130b59528d1b865a7143c40537.tar.bz2
Daily bump.
Diffstat (limited to 'gcc/cp')
-rw-r--r--gcc/cp/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index c644836..876c364 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,20 @@
+2020-06-11 Patrick Palka <ppalka@redhat.com>
+
+ PR c++/93467
+ * constraint.cc (associate_classtype_constraints): If there is a
+ discrepancy between the current template depth and the template
+ depth of the original declaration, then adjust the template
+ parameter depth within the current constraints appropriately.
+ * pt.c (tsubst_friend_class): Substitute into and set the
+ constraints on the injected declaration.
+
+2020-06-11 Iain Sandoe <iain@sandoe.co.uk>
+
+ * coroutines.cc (instantiate_coro_traits): Pass a reference
+ to lambda closure objects to traits instantiation.
+ (morph_fn_to_coro): Likewise for promise parameter
+ preview and allocator lookup.
+
2020-06-10 Iain Sandoe <iain@sandoe.co.uk>
PR c++/95440