aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cp/ChangeLog')
-rw-r--r--gcc/cp/ChangeLog29
1 files changed, 29 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 612e57d..d59d242 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,32 @@
+2025-03-18 Marek Polacek <polacek@redhat.com>
+
+ PR c++/119344
+ * typeck.cc (cp_build_binary_op): Use cp_save_expr instead of save_expr.
+
+2025-03-18 Jason Merrill <jason@redhat.com>
+
+ PR c++/119194
+ * decl2.cc (min_vis_expr_r) [ADDR_EXPR]: New case.
+
+2025-03-18 Marek Polacek <polacek@redhat.com>
+
+ PR c++/118104
+ * pt.cc (use_pack_expansion_extra_args_p): Remove an assert.
+
+2025-03-18 Jakub Jelinek <jakub@redhat.com>
+
+ PR c/116545
+ * parser.cc (cp_parser_statement): Call cp_parser_attributes_opt
+ rather than cp_parser_std_attribute_spec_seq.
+ (cp_parser_jump_statement): Diagnose gnu::musttail attributes
+ with no arguments.
+
+2025-03-18 Patrick Palka <ppalka@redhat.com>
+
+ PR c++/119233
+ * pt.cc (mark_template_arguments_used): Also handle member
+ function pointers.
+
2025-03-14 Jakub Jelinek <jakub@redhat.com>
PR target/119120