aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2020-06-19 00:16:32 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2020-06-19 00:16:32 +0000
commitaae80e833d2826fc0afe7ff1704d2ab0f4607c5a (patch)
tree36a1d508bd806f374fb448c4196cb8bc99c9fd0f /gcc/cp
parentb56dc0fc6cc39fba9ed974c58a21cf5f7a264be1 (diff)
downloadgcc-aae80e833d2826fc0afe7ff1704d2ab0f4607c5a.zip
gcc-aae80e833d2826fc0afe7ff1704d2ab0f4607c5a.tar.gz
gcc-aae80e833d2826fc0afe7ff1704d2ab0f4607c5a.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 4d9759e..8c027b2 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,22 @@
+2020-06-18 Jason Merrill <jason@redhat.com>
+
+ * method.c (early_check_defaulted_comparison): Check for &&.
+ (build_comparison_op): Allow empty union. Diagnose non-category
+ type.
+ (common_comparison_type): Remove handling for non-category type.
+
+2020-06-18 Marek Polacek <polacek@redhat.com>
+
+ PR c++/95735
+ * pt.c (finish_template_variable): Return if
+ coerce_innermost_template_parms return error_mark_node.
+
+2020-06-18 Marek Polacek <polacek@redhat.com>
+
+ PR c++/95728
+ * pt.c (tsubst_copy_and_build) <case NEW_EXPR>: Return error_mark_node
+ if placement is erroneous.
+
2020-06-17 Jonathan Wakely <jwakely@redhat.com>
PR c++/66159