Re: [PATCH v2 12/14] Support for 64-bit location_t: Backend parts

2024-11-20 Thread Richard Biener
On Sun, Nov 17, 2024 at 4:30 AM Lewis Hyatt wrote: > > A few targets have been using "unsigned int" function arguments that need to > receive a "location_t". Change to "location_t" to prepare for the > possibility that location_t can be configured to be a different type. I guess the point was tha

[PATCH v2 12/14] Support for 64-bit location_t: Backend parts

2024-11-17 Thread Lewis Hyatt
A few targets have been using "unsigned int" function arguments that need to receive a "location_t". Change to "location_t" to prepare for the possibility that location_t can be configured to be a different type. gcc/ChangeLog: * config/aarch64/aarch64-c.cc (aarch64_resolve_overloaded_bui