aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2021-05-27 00:16:53 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2021-05-27 00:16:53 +0000
commit01c59ef2e5a59b44d2b662361196abb6be872a20 (patch)
treed03f010a019a5b25d708b6caef62114a77301653 /gcc/cp
parent58523f23fefcef0850841e7055d75d4309f0453e (diff)
downloadgcc-01c59ef2e5a59b44d2b662361196abb6be872a20.zip
gcc-01c59ef2e5a59b44d2b662361196abb6be872a20.tar.gz
gcc-01c59ef2e5a59b44d2b662361196abb6be872a20.tar.bz2
Daily bump.
Diffstat (limited to 'gcc/cp')
-rw-r--r--gcc/cp/ChangeLog24
1 files changed, 24 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 1cbd043..7c13a6e 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,27 @@
+2021-05-26 Patrick Palka <ppalka@redhat.com>
+
+ PR c++/100502
+ * typeck.c (finish_class_member_access_expr): Disable ahead
+ of time access checking during the member lookup.
+
+2021-05-26 Patrick Palka <ppalka@redhat.com>
+
+ PR c++/100368
+ * tree.c (build_target_expr_with_type): Don't call force_rvalue
+ on CALL_EXPR initializer. Simplify now that bot_manip is no
+ longer a caller.
+ (bot_manip): Use force_target_expr instead of
+ build_target_expr_with_type.
+
+2021-05-26 Patrick Palka <ppalka@redhat.com>
+
+ PR c++/97420
+ * cvt.c (noexcept_conv_p): Remove redundant checks and simplify.
+ (fnptr_conv_p): Don't call non_reference. Use INDIRECT_TYPE_P
+ instead of TYPE_PTR_P.
+ * pt.c (convert_nontype_argument_function): Look through
+ implicit INDIRECT_REFs before calling strip_fnptr_conv.
+
2021-05-25 Jakub Jelinek <jakub@redhat.com>
PR c++/100666