aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2024-11-14 17:20:15 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2024-11-14 17:20:15 +0000
commit5673fc0c7bab700395716207a52b3d4736e90ee3 (patch)
tree8711f66d4d604bed1c87e6d9ead07473ec52516d /gcc/cp
parente5d6e857af903604a526507cffec9c8b8c989d4f (diff)
downloadgcc-5673fc0c7bab700395716207a52b3d4736e90ee3.zip
gcc-5673fc0c7bab700395716207a52b3d4736e90ee3.tar.gz
gcc-5673fc0c7bab700395716207a52b3d4736e90ee3.tar.bz2
Daily bump.
Diffstat (limited to 'gcc/cp')
-rw-r--r--gcc/cp/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 58cd457..8662134 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,13 @@
+2024-11-14 Jason Merrill <jason@redhat.com>
+
+ * name-lookup.cc (do_namespace_alias): set_originating_module after
+ pushdecl.
+
+2024-11-14 Jason Merrill <jason@redhat.com>
+
+ * module.cc (module_state_config::get_dialect): Expect coroutines in
+ C++20.
+
2024-11-11 Jason Merrill <jason@redhat.com>
* Make-lang.in: Also collect tags from libcody and c++tools.