Re: [PATCH v2 01/14] Support for 64-bit location_t: libcpp part 1

2024-11-21 Thread David Malcolm
On Wed, 2024-11-20 at 23:10 -0500, Lewis Hyatt wrote: > On Wed, Nov 20, 2024 at 11:58:30AM +0100, Richard Biener wrote: > > On Sun, Nov 17, 2024 at 4:24 AM Lewis Hyatt > > wrote: > > > > > > Prepare libcpp to support 64-bit location_t, without yet making > > > any functional changes, by adding ne

Re: [PATCH v2 01/14] Support for 64-bit location_t: libcpp part 1

2024-11-20 Thread Lewis Hyatt
On Wed, Nov 20, 2024 at 11:58:30AM +0100, Richard Biener wrote: > On Sun, Nov 17, 2024 at 4:24 AM Lewis Hyatt wrote: > > > > Prepare libcpp to support 64-bit location_t, without yet making > > any functional changes, by adding new typedefs that enable code to be > > written such that it works with

Re: [PATCH v2 01/14] Support for 64-bit location_t: libcpp part 1

2024-11-20 Thread Richard Biener
On Sun, Nov 17, 2024 at 4:24 AM Lewis Hyatt wrote: > > Prepare libcpp to support 64-bit location_t, without yet making > any functional changes, by adding new typedefs that enable code to be > written such that it works with any size location_t. Update the usage of > line maps within libcpp accord

[PATCH v2 01/14] Support for 64-bit location_t: libcpp part 1

2024-11-16 Thread Lewis Hyatt
Prepare libcpp to support 64-bit location_t, without yet making any functional changes, by adding new typedefs that enable code to be written such that it works with any size location_t. Update the usage of line maps within libcpp accordingly. Subsequent patches will prepare the rest of the codeba