diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2024-09-26 00:19:14 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2024-09-26 00:19:14 +0000 |
commit | 9d76276bca6d7bb93167a1a7ab48678f76a3b083 (patch) | |
tree | b7cd4345868aee077339e18a16fa016c20d6f7ee /gcc/cp | |
parent | 14cd10815a39cc131662d4b6759ff6712ddd0b6d (diff) | |
download | gcc-9d76276bca6d7bb93167a1a7ab48678f76a3b083.zip gcc-9d76276bca6d7bb93167a1a7ab48678f76a3b083.tar.gz gcc-9d76276bca6d7bb93167a1a7ab48678f76a3b083.tar.bz2 |
Daily bump.
Diffstat (limited to 'gcc/cp')
-rw-r--r-- | gcc/cp/ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index d676296..a88ef1f 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,24 @@ +2024-09-25 Marek Polacek <polacek@redhat.com> + + * coroutines.cc (build_co_await): Use TARGET_EXPR accessors. + (finish_co_yield_expr): Likewise. + (register_awaits): Likewise. + (tmp_target_expr_p): Likewise. + (flatten_await_stmt): Likewise. + * error.cc (dump_expr): Likewise. + * semantics.cc (finish_omp_target_clauses): Likewise. + * tree.cc (bot_manip): Likewise. + (cp_tree_equal): Likewise. + * typeck.cc (cxx_mark_addressable): Likewise. + (cp_build_compound_expr): Likewise. + (cp_build_modify_expr): Likewise. + (check_return_expr): Likewise. + +2024-09-25 Tobias Burnus <tburnus@baylibre.com> + + * parser.cc (cp_parser_omp_declare_target): Set target-used bit + in omp_requires_mask. + 2024-09-24 Jakub Jelinek <jakub@redhat.com> PR c++/107637 |