]> gcc.gnu.org Git - gcc.git/blobdiff - gcc/cp/ChangeLog
Daily bump.
[gcc.git] / gcc / cp / ChangeLog
index 4ed513b20646328630ba51503afbecf22ecf63c5..e377041519f9464d23153fe266852887a31c25d3 100644 (file)
@@ -1,3 +1,18 @@
+2023-01-19  Jakub Jelinek  <jakub@redhat.com>
+
+       PR c++/108437
+       * cp-tree.h (keep_unused_object_arg): Declare.
+       * call.cc (keep_unused_object_arg): No longer static.
+       * tree.cc (build_min_non_dep_op_overload): Handle ARRAY_REF
+       with overload being static member function.
+
+2023-01-19  Jakub Jelinek  <jakub@redhat.com>
+
+       PR c++/53932
+       * cp-gimplify.cc (cp_fold_r): During cp_fully_fold_init replace
+       DECL_ANON_UNION_VAR_P VAR_DECLs with their corresponding
+       DECL_VALUE_EXPR.
+
 2023-01-16  Jakub Jelinek  <jakub@redhat.com>
 
        PR c++/105593
This page took 0.031483 seconds and 5 git commands to generate.