aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2021-09-29 00:16:26 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2021-09-29 00:16:26 +0000
commitfd1334791e85ef813ada97b6931fb0d912920f28 (patch)
tree18b3be6d20213a990ef5fd9d677d154b1133b379 /gcc/cp
parent68c081bb437d7383481bb75e1f79975f63dc7661 (diff)
downloadgcc-fd1334791e85ef813ada97b6931fb0d912920f28.zip
gcc-fd1334791e85ef813ada97b6931fb0d912920f28.tar.gz
gcc-fd1334791e85ef813ada97b6931fb0d912920f28.tar.bz2
Daily bump.
Diffstat (limited to 'gcc/cp')
-rw-r--r--gcc/cp/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index f60587a..7378dfa 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,17 @@
+2021-09-28 Patrick Palka <ppalka@redhat.com>
+
+ PR c++/99909
+ * pt.c (coerce_template_template_parms): Keep
+ processing_template_decl set around the call to unify as well.
+
+2021-09-28 Iain Sandoe <iain@sandoe.co.uk>
+
+ PR c++/102454
+ * coroutines.cc (analyze_fn_parms): Clean up synthetic names for
+ unnamed function params.
+ (morph_fn_to_coro): Do not try to set a guard variable for param
+ DTORs in the ramp, unless we have exceptions active.
+
2021-09-27 Patrick Palka <ppalka@redhat.com>
PR c++/102479