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
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
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
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