summaryrefslogtreecommitdiff
path: root/gcc/cp
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2020-05-29 00:16:23 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2020-05-29 00:16:23 +0000
commit53ffb43a79780b6e33e1816831724c0fb3d2fa32 (patch)
tree15bfd740c08c6bf2f290fff7a5da494fd1e9059d /gcc/cp
parent3d8d5ddb539a5254c7ef83414377f4c74c7701d4 (diff)
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 bdbe1d01277..a83f991d8e2 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,17 @@
+2020-05-28 Jakub Jelinek <jakub@redhat.com>
+
+ PR c++/95328
+ * decl.c (cp_finish_decomp): Call complete_type before checking
+ COMPLETE_TYPE_P.
+
+2020-05-28 Jason Merrill <jason@redhat.com>
+
+ PR c++/94926
+ * decl.c (cp_finish_decl): Revert r9-297 change.
+ (check_static_variable_definition): Likewise.
+ * constexpr.c (ensure_literal_type_for_constexpr_object): Likewise.
+ * pt.c (instantiate_decl): Return early on type error.
+
2020-05-27 Jason Merrill <jason@redhat.com>
PR c++/95319