Daily bump.

This commit is contained in:
GCC Administrator
2025-09-19 00:20:17 +00:00
parent 6e4698c136
commit f07d1f3135
8 changed files with 301 additions and 1 deletions

View File

@@ -1,3 +1,10 @@
2025-09-18 David Malcolm <dmalcolm@redhat.com>
* include/line-map.h (enum location_aspect): Convert to...
(enum class location_aspect): ...this.
* line-map.cc: Update for conversion of location_aspect to enum
class.
2025-09-01 Jakub Jelinek <jakub@redhat.com>
* macro.cc: Implement C2Y N3457 - The __COUNTER__ predefined macro.