diff options
Diffstat (limited to 'gcc/cp/ChangeLog')
| -rw-r--r-- | gcc/cp/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index c08bc1c..a4fb34c 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,21 @@ +2026-03-04 Marek Polacek <polacek@redhat.com> + + PR c++/124368 + * reflect.cc (eval_extent): Convert the result to size_type_node. + +2026-03-04 Marek Polacek <polacek@redhat.com> + + PR c++/124229 + * pt.cc (in_expansion_stmt_p): New. + (tsubst): When reusing typedefs, do retrieve_local_specialization also + when in_expansion_stmt_p is true. + +2026-03-04 Jakub Jelinek <jakub@redhat.com> + + PR c++/123866 + * reflect.cc (eval_annotations_of): For type aliases look for + annotations in DECL_ATTRIBUTES (TYPE_NAME (r)). + 2026-03-03 Jakub Jelinek <jakub@redhat.com> PR c++/124306 |
