diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2022-01-15 00:16:27 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2022-01-15 00:16:27 +0000 |
commit | 617db51d7ebef18912c158a890728e164f2d8927 (patch) | |
tree | 5b5ccd6cbfb0c59d2609b140b2349cb602a9276f /gcc/cp | |
parent | 952b7dbb418198f86d7829aaf9d7f9fc7714a8b3 (diff) | |
download | gcc-617db51d7ebef18912c158a890728e164f2d8927.zip gcc-617db51d7ebef18912c158a890728e164f2d8927.tar.gz gcc-617db51d7ebef18912c158a890728e164f2d8927.tar.bz2 |
Daily bump.
Diffstat (limited to 'gcc/cp')
-rw-r--r-- | gcc/cp/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index d823a61..151979a 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,19 @@ +2022-01-14 Chung-Lin Tang <cltang@codesourcery.com> + + PR c++/103705 + * semantics.c (finish_omp_clauses): Also continue peeling off of + outer node for ARRAY_REFs. + +2022-01-14 Jakub Jelinek <jakub@redhat.com> + + PR c++/103991 + * cp-objcp-common.c (cxx_block_may_fallthru) <case IF_STMT>: For + IF_STMT_CONSTEXPR_P with constant false or true condition only + check if the taken clause may fall through. + * cp-gimplify.c (genericize_if_stmt): For consteval if, revert + to r12-5638^ behavior if then_ block can't fall through. For + constexpr if, revert to r12-5638^ behavior. + 2022-01-13 Anthony Sharp <anthonysharp15@gmail.com> Jason Merrill <jason@redhat.com> |