Daily bump.

This commit is contained in:
GCC Administrator
2023-11-01 00:17:52 +00:00
parent 37e1634ef1
commit eac0917bd3
10 changed files with 642 additions and 1 deletions

View File

@@ -1,3 +1,14 @@
2023-10-31 David Malcolm <dmalcolm@redhat.com>
* include/line-map.h
(line_map_macro::get_expansion_point_location): New accessor.
(line_map_macro::expansion): Rename field to...
(line_map_macro::mexpansion): Rename field to...
(MACRO_MAP_EXPANSION_POINT_LOCATION): Delete this function.
* line-map.cc (linemap_enter_macro): Update for renaming of field.
(linemap_macro_map_loc_to_exp_point): Update for removal of
MACRO_MAP_EXPANSION_POINT_LOCATION.
2023-10-23 Lewis Hyatt <lhyatt@gmail.com>
PR preprocessor/36887