aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/ChangeLog
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2024-08-16 00:18:31 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2024-08-16 00:18:31 +0000
commit0601c8824d1243200c49f0d4e49f58cc88cc367e (patch)
treeb5f25af451abc0d2e4c13100eb6071b166962083 /gcc/cp/ChangeLog
parent9381d52893a77edf2983d72b41f64063ee7cd4bd (diff)
downloadgcc-0601c8824d1243200c49f0d4e49f58cc88cc367e.zip
gcc-0601c8824d1243200c49f0d4e49f58cc88cc367e.tar.gz
gcc-0601c8824d1243200c49f0d4e49f58cc88cc367e.tar.bz2
Daily bump.
Diffstat (limited to 'gcc/cp/ChangeLog')
-rw-r--r--gcc/cp/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 1286b5c..e8b4780 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,18 @@
+2024-08-15 Patrick Palka <ppalka@redhat.com>
+
+ PR c++/116320
+ * semantics.cc (check_accessibility_of_qualified_id): Try
+ currently_open_class when using the object type as the
+ effective qualifying type.
+
+2024-08-15 Patrick Palka <ppalka@redhat.com>
+
+ PR c++/116327
+ PR c++/104981
+ PR c++/115550
+ * coroutines.cc (morph_fn_to_coro): Use build_fold_indirect_ref
+ instead of cp_build_fold_indirect_ref.
+
2024-08-14 Marek Polacek <polacek@redhat.com>
PR c++/116015