Re: [PATCH v3 2/7] final: Fix call to INSN_LOCATION on a NOTE rtl

2024-12-03 Thread Richard Biener
On Mon, Dec 2, 2024 at 1:51 AM Lewis Hyatt wrote: > > This patch was previously discussed at: > https://gcc.gnu.org/pipermail/gcc-patches/2024-November/670354.html > > I have attempted to fix it per the feedback in the above thread. Note that > this version is a change in behavior. In my v2 patch,

[PATCH v3 2/7] final: Fix call to INSN_LOCATION on a NOTE rtl

2024-12-01 Thread Lewis Hyatt
This patch was previously discussed at: https://gcc.gnu.org/pipermail/gcc-patches/2024-November/670354.html I have attempted to fix it per the feedback in the above thread. Note that this version is a change in behavior. In my v2 patch, I changed it so as to preserve the exact existing behavior --