diff options
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r-- | libiberty/ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index cf90917..84edafa 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,25 @@ +2025-08-17 Nathaniel Shead <nathanieloshead@gmail.com> + + PR c++/120503 + PR c++/120824 + * cp-demangle.c (d_unnamed_enum): New function. + (d_unqualified_name): Call it. + (cplus_demangle_type): Handle unscoped unnamed types + (Ue, Ul, etc.) + (d_count_templates_scopes): Handle unnamed enums. + (d_find_pack): Likewise. + (d_print_comp_inner): Print unnamed enums. + * testsuite/demangle-expected: Add tests. + +2025-08-13 Jakub Jelinek <jakub@redhat.com> + + * cp-demangle.c (d_encoding): Fix a comment typo, whaever -> whatever. + +2025-08-06 Matthieu Longo <matthieu.longo@arm.com> + + * testsuite/test-doubly-linked-list.c: disable debug logging on + stdout. + 2025-07-09 Matthieu Longo <matthieu.longo@arm.com> * Makefile.in: Add new header. |