diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2025-04-05 00:17:11 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2025-04-05 00:17:11 +0000 |
commit | 2f62e66e1444d858e937faa7147f6cd06296b33b (patch) | |
tree | c22f452185cdc1985c61f9f1f3c9aef693ecc531 /gcc/cp | |
parent | 337b9ff4854c6a7fa47860ce0acad82ffb4d39be (diff) | |
download | gcc-2f62e66e1444d858e937faa7147f6cd06296b33b.zip gcc-2f62e66e1444d858e937faa7147f6cd06296b33b.tar.gz gcc-2f62e66e1444d858e937faa7147f6cd06296b33b.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 9342f9f..91ea35d 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,38 @@ +2025-04-04 Nathaniel Shead <nathanieloshead@gmail.com> + + PR c++/119564 + * decl.cc (cp_tree_node_structure): Add TU_LOCAL_ENTITY; fix + formatting. + +2025-04-04 Nathaniel Shead <nathanieloshead@gmail.com> + + PR c++/119608 + * module.cc (trees_out::decl_node): Maybe require by-value + walking not just when streaming. + +2025-04-04 Nathaniel Shead <nathanieloshead@gmail.com> + + PR c++/119462 + * module.cc (trees_in::is_matching_decl): Propagate exception + spec and constexpr to DECL_MAYBE_DELETED; clear if appropriate. + +2025-04-04 Jason Merrill <jason@redhat.com> + + PR c++/99546 + PR c++/113925 + PR c++/106976 + PR c++/109961 + PR c++/117336 + * lambda.cc (build_lambda_object): Handle fake + requires-expr processing_template_decl. + * parser.cc (cp_parser_lambda_expression): Likewise. + +2025-04-04 Patrick Palka <ppalka@redhat.com> + + PR c++/117849 + * semantics.cc (finish_id_expression_1): Allow use of constraint + variable outside an unevaluated context. + 2025-04-03 Patrick Palka <ppalka@redhat.com> PR c++/119387 |