diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2023-03-16 00:16:56 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2023-03-16 00:16:56 +0000 |
commit | 39b1814c02724d7390e7cc7197b552711f09c494 (patch) | |
tree | 06ea0a52f7ceb4c045bb542911414756d6c2d1f7 /gcc/cp | |
parent | ea4dd8f512979db247c54d6b41377bb73699bcd7 (diff) | |
download | gcc-39b1814c02724d7390e7cc7197b552711f09c494.zip gcc-39b1814c02724d7390e7cc7197b552711f09c494.tar.gz gcc-39b1814c02724d7390e7cc7197b552711f09c494.tar.bz2 |
Daily bump.
Diffstat (limited to 'gcc/cp')
-rw-r--r-- | gcc/cp/ChangeLog | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index b9231ad..a9f3f61 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,38 @@ +2023-03-15 Jason Merrill <jason@redhat.com> + + PR c++/103871 + PR c++/98056 + * typeck.cc (cp_build_modify_expr): Allow array initialization of + DECL_ARTIFICIAL variable. + +2023-03-15 Marek Polacek <polacek@redhat.com> + + PR c++/107280 + * constexpr.cc (cxx_eval_store_expression): Strip location wrappers. + +2023-03-15 Jason Merrill <jason@redhat.com> + + PR c++/58538 + * semantics.cc (check_template_template_default_arg): Check + maybe_get_template_decl_from_type_decl. + +2023-03-15 Jason Merrill <jason@redhat.com> + + PR c++/108179 + PR c++/104107 + PR c++/95036 + * pt.cc (coerce_template_template_parms): Use args from + DECL_CONTEXT (arg_tmpl) instead of outer_args. + +2023-03-15 Jason Merrill <jason@redhat.com> + + PR c++/108179 + * pt.cc (coerce_template_template_parms): Take the arg and parm + templates directly. + (coerce_template_template_parm): Adjust. + (template_template_parm_bindings_ok_p): Adjust. + (convert_template_argument): Adjust. + 2023-03-14 Patrick Palka <ppalka@redhat.com> PR c++/96830 |