Re: [PATCH v3 6/7] Support for 64-bit location_t: gimple parts

2024-12-03 Thread Richard Biener
On Mon, Dec 2, 2024 at 2:01 AM Lewis Hyatt wrote: > > This patch was previously discussed here: > https://gcc.gnu.org/pipermail/gcc-patches/2024-November/669437.html > > This version addresses that feedback, and I have also moved it in the patch > ordering to be after the change to 64-bit location

[PATCH v3 6/7] Support for 64-bit location_t: gimple parts

2024-12-01 Thread Lewis Hyatt
This patch was previously discussed here: https://gcc.gnu.org/pipermail/gcc-patches/2024-November/669437.html This version addresses that feedback, and I have also moved it in the patch ordering to be after the change to 64-bit location_t, since it would be inaccurate prior to that. -- >8 -- The