diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2021-12-16 00:16:28 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2021-12-16 00:16:28 +0000 |
commit | 8a89c39be01dbafc8cd77a48339c32c814495333 (patch) | |
tree | ea1c5c6ba13178db22e83106bdb188db84587b81 /gcc/cp | |
parent | 06d5dcef72542baf49ac245cfde2ad7ecef0916b (diff) | |
download | gcc-8a89c39be01dbafc8cd77a48339c32c814495333.zip gcc-8a89c39be01dbafc8cd77a48339c32c814495333.tar.gz gcc-8a89c39be01dbafc8cd77a48339c32c814495333.tar.bz2 |
Daily bump.
Diffstat (limited to 'gcc/cp')
-rw-r--r-- | gcc/cp/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index c72be7d..e427701 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,21 @@ +2021-12-15 Marek Polacek <polacek@redhat.com> + + PR c++/102229 + * decl.c (check_decltype_auto): New. + (grokdeclarator): Call it. + * pt.c (do_auto_deduction): Don't check decltype(auto) here. + +2021-12-15 Martin Liska <mliska@suse.cz> + + PR c++/103713 + * tree.c (maybe_warn_parm_abi): Fix warning word splitting. + +2021-12-15 Jakub Jelinek <jakub@redhat.com> + + PR c++/103704 + * semantics.c (finish_omp_target_clauses_r): For OMP_CLAUSEs + just walk subtrees. + 2021-12-14 Patrick Palka <ppalka@redhat.com> PR c++/103408 |