Re: [PATCH 10/15] Support for 64-bit location_t: C++ modules parts

2024-11-09 Thread Lewis Hyatt
On Tue, Nov 5, 2024 at 10:57 AM Jason Merrill wrote: > > OK. > > On 11/3/24 5:22 PM, Lewis Hyatt wrote: > > The modules implementation is necessarily sensitive to the internal workings > > of class line_map, and so it needed changes in order to handle a 64-bit > > location_t. The changes mostly bo

Re: [PATCH 10/15] Support for 64-bit location_t: C++ modules parts

2024-11-05 Thread Jason Merrill
OK. On 11/3/24 5:22 PM, Lewis Hyatt wrote: The modules implementation is necessarily sensitive to the internal workings of class line_map, and so it needed changes in order to handle a 64-bit location_t. The changes mostly boil down to supporting that in the debug dumping routines (which is acco

[PATCH 10/15] Support for 64-bit location_t: C++ modules parts

2024-11-03 Thread Lewis Hyatt
The modules implementation is necessarily sensitive to the internal workings of class line_map, and so it needed changes in order to handle a 64-bit location_t. The changes mostly boil down to supporting that in the debug dumping routines (which is accomplished by using a new custom code %K for tha