Re: [PATCH v2 06/14] Support for 64-bit location_t: Frontend parts

2024-11-20 Thread Richard Biener
On Sun, Nov 17, 2024 at 4:29 AM Lewis Hyatt wrote: > > The C/C++ frontend code contains a couple instances where a callback > receiving a "location_t" argument is prototyped to take "unsigned int" > instead. This will make a difference once location_t can be configured to a > different type, so ad

[PATCH v2 06/14] Support for 64-bit location_t: Frontend parts

2024-11-16 Thread Lewis Hyatt
The C/C++ frontend code contains a couple instances where a callback receiving a "location_t" argument is prototyped to take "unsigned int" instead. This will make a difference once location_t can be configured to a different type, so adjust that now. Also remove a comment about -flarge-source-fil