diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2024-09-18 00:16:55 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2024-09-18 00:16:55 +0000 |
commit | 38b5a568f8738c16baa978a62a9e983a85b4c6f0 (patch) | |
tree | 0d38b22d491a389f3d853169ae5648e112d389a9 /gcc/cp | |
parent | d6d8445c85509b66a59aa6247ad7b2cfeab17725 (diff) | |
download | gcc-38b5a568f8738c16baa978a62a9e983a85b4c6f0.zip gcc-38b5a568f8738c16baa978a62a9e983a85b4c6f0.tar.gz gcc-38b5a568f8738c16baa978a62a9e983a85b4c6f0.tar.bz2 |
Daily bump.
Diffstat (limited to 'gcc/cp')
-rw-r--r-- | gcc/cp/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 847e3f9b..43f8ae6 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,15 @@ +2024-09-17 Marek Polacek <polacek@redhat.com> + + PR c++/116741 + * constexpr.cc (cxx_eval_constant_expression) <case CONVERT_EXPR>: If + the result of build_fold_indirect_ref is a COMPONENT_REF, use its op1. + Check DECL_P before calling inform. + +2024-09-17 Marek Polacek <polacek@redhat.com> + + PR c++/116676 + * constexpr.cc (maybe_warn_about_constant_value): Check DECL_NAME. + 2024-09-15 Jason Merrill <jason@redhat.com> * parser.cc (cp_parser_unary_expression) [RID_EXTENSION]: Also |