aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVille Voutilainen <ville.voutilainen@gmail.com>2020-03-17 18:43:21 +0200
committerVille Voutilainen <ville.voutilainen@gmail.com>2020-03-17 18:43:21 +0200
commit1fef0148be4b40660446d79a2b2dc73e89bfbeff (patch)
tree74ddc621e93b6ed8296b721699cd49a7eaeb239b
parente4596b66710d398cbddb62499b30c147ebd4696d (diff)
downloadgcc-1fef0148be4b40660446d79a2b2dc73e89bfbeff.zip
gcc-1fef0148be4b40660446d79a2b2dc73e89bfbeff.tar.gz
gcc-1fef0148be4b40660446d79a2b2dc73e89bfbeff.tar.bz2
Fix the ChangeLog after the __is_assignable/__is_constructible fix
-rw-r--r--gcc/cp/ChangeLog9
1 files changed, 1 insertions, 8 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index d2c062a..0cdbd02 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.