]> gcc.gnu.org Git - gcc.git/commitdiff
Fix the ChangeLog after the __is_assignable/__is_constructible fix
authorVille Voutilainen <ville.voutilainen@gmail.com>
Tue, 17 Mar 2020 16:43:21 +0000 (18:43 +0200)
committerVille Voutilainen <ville.voutilainen@gmail.com>
Tue, 17 Mar 2020 16:43:21 +0000 (18:43 +0200)
gcc/cp/ChangeLog

index d2c062aa3d80d79266bd31f83e0aa418de8ab70a..0cdbd027a20a9fd451fdcc9c87aa6d089204fed0 100644 (file)
@@ -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.
This page took 0.067862 seconds and 5 git commands to generate.