[gcc(refs/vendors/redhat/heads/gcc-10-branch)] Fix the ChangeLog after the __is_assignable/__is_constructible fix
Jakub Jelinek
jakub@gcc.gnu.org
Wed Mar 25 10:01:46 GMT 2020
https://gcc.gnu.org/g:1fef0148be4b40660446d79a2b2dc73e89bfbeff
commit 1fef0148be4b40660446d79a2b2dc73e89bfbeff
Author: Ville Voutilainen <ville.voutilainen@gmail.com>
Date: Tue Mar 17 18:43:21 2020 +0200
Fix the ChangeLog after the __is_assignable/__is_constructible fix
Diff:
---
gcc/cp/ChangeLog | 9 +--------
1 file changed, 1 insertion(+), 8 deletions(-)
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index d2c062aa3d8..0cdbd027a20 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,17 +1,10 @@
2020-03-17 Ville Voutilainen <ville.voutilainen@gmail.com>
- gcc/
-
PR c++/94197
- * cp/method.c (assignable_expr): Use cp_unevaluated.
+ * method.c (assignable_expr): Use cp_unevaluated.
(is_xible_helper): Push a non-deferred access check for
the stub objects created by assignable_expr and constructible_expr.
- testsuite/
-
- PR c++/94197
- * g++.dg/ext/pr94197.C: New.
-
2020-03-17 Jakub Jelinek <jakub@redhat.com>
* pt.c (tsubst): Fix up duplicated word issue in a diagnostic message.
More information about the Gcc-cvs
mailing list