From: Ville Voutilainen Date: Tue, 17 Mar 2020 16:43:21 +0000 (+0200) Subject: Fix the ChangeLog after the __is_assignable/__is_constructible fix X-Git-Tag: basepoints/gcc-11~852 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1fef0148be4b40660446d79a2b2dc73e89bfbeff;p=thirdparty%2Fgcc.git Fix the ChangeLog after the __is_assignable/__is_constructible fix --- diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index d2c062aa3d80..0cdbd027a20a 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,17 +1,10 @@ 2020-03-17 Ville Voutilainen - 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 * pt.c (tsubst): Fix up duplicated word issue in a diagnostic message.