diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2024-09-16 00:17:42 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2024-09-16 00:17:42 +0000 |
commit | 4f2cd256aace732bff511c59f5871456a564a3a5 (patch) | |
tree | e1913bb8ccd8f845ff0432dea873ac8b2e163aec /gcc/cp | |
parent | d204bee388d74a6895da15a1027a64a8c4ea4fbb (diff) | |
download | gcc-4f2cd256aace732bff511c59f5871456a564a3a5.zip gcc-4f2cd256aace732bff511c59f5871456a564a3a5.tar.gz gcc-4f2cd256aace732bff511c59f5871456a564a3a5.tar.bz2 |
Daily bump.
Diffstat (limited to 'gcc/cp')
-rw-r--r-- | gcc/cp/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 5f590a3..847e3f9b 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,22 @@ +2024-09-15 Jason Merrill <jason@redhat.com> + + * parser.cc (cp_parser_unary_expression) [RID_EXTENSION]: Also + suppress -Wconditionally-supported. + +2024-09-15 Jason Merrill <jason@redhat.com> + + * call.cc (convert_like_internal) [ck_user]: Use iloc_sentinel. + +2024-09-15 Iain Sandoe <iain@sandoe.co.uk> + + PR c++/115905 + * coroutines.cc (struct coro_aw_data): Add a member for the + restart dispatch label. + (expand_one_await_expression): Rework to modernise and to + handle the boolean await_suspend() case. + (build_actor_fn): Rework the dispatcher and allow for a jump + back to the dispatcher. + 2024-09-14 Jason Merrill <jason@redhat.com> * tree.cc (handle_init_priority_attribute): Check |