+2024-09-17 Marek Polacek <polacek@redhat.com>
+
+ PR c++/116534
+ * fold-const.cc (operand_compare::operand_equal_p): If either
+ field's DECL_FIELD_OFFSET is null, compare the fields with ==.
+
+2024-09-17 Jennifer Schmitz <jschmitz@nvidia.com>
+
+ * config/aarch64/aarch64-sve-builtins-base.cc (svdiv_impl::fold):
+ Add folding of all-zero operands to zero vector.
+
2024-09-16 Pengxuan Zheng <quic_pzheng@quicinc.com>
PR target/113328
+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
+2024-09-17 Marek Polacek <polacek@redhat.com>
+
+ PR c++/116741
+ * g++.dg/cpp26/constexpr-voidptr4.C: New test.
+
+2024-09-17 Marek Polacek <polacek@redhat.com>
+
+ PR c++/116534
+ * g++.dg/warn/Wtautological-compare4.C: New test.
+
+2024-09-17 Marek Polacek <polacek@redhat.com>
+
+ PR c++/116676
+ * g++.dg/cpp1z/constexpr-116676.C: New test.
+
+2024-09-17 Jennifer Schmitz <jschmitz@nvidia.com>
+
+ * gcc.target/aarch64/sve/fold_div_zero.c: New test.
+ * gcc.target/aarch64/sve/const_fold_div_1.c: Adjust expected
+ outcome.
+
2024-09-16 Pengxuan Zheng <quic_pzheng@quicinc.com>
PR target/113328