Re: [PATCH] Fix ICE in warn_dealloc_offset

2020-12-24 Thread Martin Liška
On 12/23/20 6:18 PM, Martin Sebor wrote: Thanks for looking into it!  I'm actually just testing the very same fix.  It's taken me a while to come up with a non-LTO test case but below is what I've got. All right. You were faster, anyway thank you for the fix. Martin

Re: [PATCH] Fix ICE in warn_dealloc_offset

2020-12-23 Thread Martin Sebor via Gcc-patches
On 12/23/20 10:07 AM, Martin Liška wrote: Hello. I'm not fully familiar with code in warn_dealloc_offset, but I guess the following can work. Martin, what do you think? Patch can bootstrap on x86_64-linux-gnu and survives regression tests. Ready to be installed? Thanks for looking into it!