diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2022-03-08 00:16:32 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2022-03-08 00:16:32 +0000 |
commit | e6533e2ebec964e77d3a2462abbabd214d677552 (patch) | |
tree | d46a95caf935c361577682d5713b8b95017c05c6 /gcc/cp | |
parent | 03e0c807ef50684cc1d49144948aa409decb91f9 (diff) | |
download | gcc-e6533e2ebec964e77d3a2462abbabd214d677552.zip gcc-e6533e2ebec964e77d3a2462abbabd214d677552.tar.gz gcc-e6533e2ebec964e77d3a2462abbabd214d677552.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 86e0432..e0ae5a9 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,22 @@ +2022-03-07 Jason Merrill <jason@redhat.com> + + PR c++/104618 + * decl2.cc (mark_single_function): Look through parens and location + wrapper. + * typeck.cc (cp_build_addr_expr_1): Not here. + +2022-03-07 Jakub Jelinek <jakub@redhat.com> + + * parser.cc (cp_parser_omp_clause_map): Add missing space in string + literal. + +2022-03-07 Jakub Jelinek <jakub@redhat.com> + + * cvt.cc: Fix up duplicated word issue in a comment. + * pt.cc: Likewise. + * module.cc: Likewise. + * coroutines.cc: Likewise. + 2022-03-04 Nathan Sidwell <nathan@acm.org> * mangle.cc (is_std_substitution): Check global module. |