Re: [PATCH v3 5/7] Support for 64-bit location_t: Activate 64-bit location_t

2024-12-08 Thread Lewis Hyatt
On Tue, Dec 3, 2024 at 7:33 AM Richard Biener wrote: > > On Mon, Dec 2, 2024 at 1:50 AM Lewis Hyatt wrote: > > > > With the codebase having already been prepared to handle it, change > > location_t to be a 64-bit integer instead of a 32-bit integer. > > OK if there's no comments from others withi

Re: [PATCH v3 5/7] Support for 64-bit location_t: Activate 64-bit location_t

2024-12-04 Thread Richard Biener
On Wed, Dec 4, 2024 at 1:00 AM Lewis Hyatt wrote: > > On Tue, Dec 3, 2024 at 7:33 AM Richard Biener > wrote: > > > > On Mon, Dec 2, 2024 at 1:50 AM Lewis Hyatt wrote: > > > > > > With the codebase having already been prepared to handle it, change > > > location_t to be a 64-bit integer instead o

Re: [PATCH v3 5/7] Support for 64-bit location_t: Activate 64-bit location_t

2024-12-03 Thread Lewis Hyatt
On Tue, Dec 3, 2024 at 7:33 AM Richard Biener wrote: > > On Mon, Dec 2, 2024 at 1:50 AM Lewis Hyatt wrote: > > > > With the codebase having already been prepared to handle it, change > > location_t to be a 64-bit integer instead of a 32-bit integer. > > OK if there's no comments from others withi

Re: [PATCH v3 5/7] Support for 64-bit location_t: Activate 64-bit location_t

2024-12-03 Thread Richard Biener
On Mon, Dec 2, 2024 at 1:50 AM Lewis Hyatt wrote: > > With the codebase having already been prepared to handle it, change > location_t to be a 64-bit integer instead of a 32-bit integer. OK if there's no comments from others within 48h. Thanks, Richard. > libcpp/ChangeLog: > > * include

[PATCH v3 5/7] Support for 64-bit location_t: Activate 64-bit location_t

2024-12-01 Thread Lewis Hyatt
With the codebase having already been prepared to handle it, change location_t to be a 64-bit integer instead of a 32-bit integer. libcpp/ChangeLog: * include/cpplib.h (struct cpp_token): Adjust comment about the struct size. * include/line-map.h (location_t): Change typed