aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2021-09-17 00:16:25 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2021-09-17 00:16:25 +0000
commite19570d38fbe382c412bf68ad591e669d6f7f245 (patch)
treebf108465a1446facee79650e6d6b893e75eafa6b /gcc/cp
parent54866f7a81a2af4a6097146a1c78bd09bb437883 (diff)
downloadgcc-e19570d38fbe382c412bf68ad591e669d6f7f245.zip
gcc-e19570d38fbe382c412bf68ad591e669d6f7f245.tar.gz
gcc-e19570d38fbe382c412bf68ad591e669d6f7f245.tar.bz2
Daily bump.
Diffstat (limited to 'gcc/cp')
-rw-r--r--gcc/cp/ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 070b0a0..4061a85 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,22 @@
+2021-09-16 Patrick Palka <ppalka@redhat.com>
+
+ PR c++/98486
+ * constraint.cc (get_normalized_constraints_from_decl): Always
+ look up constraints using the most general template.
+ * decl.c (grokdeclarator): Set constraints on a static data
+ member template.
+ * pt.c (determine_specialization): Check constraints on a
+ variable template.
+
+2021-09-16 Iain Sandoe <iain@sandoe.co.uk>
+
+ * coroutines.cc (await_statement_walker): Code cleanups.
+
+2021-09-16 Jason Merrill <jason@redhat.com>
+
+ * constexpr.c (cxx_eval_outermost_constant_expr): Use
+ protected_set_expr_location.
+
2021-09-15 Patrick Palka <ppalka@redhat.com>
PR c++/101904