projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e4596b6
)
Fix the ChangeLog after the __is_assignable/__is_constructible fix
author
Ville Voutilainen
<ville.voutilainen@gmail.com>
Tue, 17 Mar 2020 16:43:21 +0000
(18:43 +0200)
committer
Ville Voutilainen
<ville.voutilainen@gmail.com>
Tue, 17 Mar 2020 16:43:21 +0000
(18:43 +0200)
gcc/cp/ChangeLog
patch
|
blob
|
history
diff --git
a/gcc/cp/ChangeLog
b/gcc/cp/ChangeLog
index d2c062aa3d80d79266bd31f83e0aa418de8ab70a..0cdbd027a20a9fd451fdcc9c87aa6d089204fed0 100644
(file)
--- 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.