Re: [PATCH v2] c++: Fix another crash with invalid new operators [PR117463]

2024-11-11 Thread Jason Merrill
On 11/11/24 9:23 AM, Simon Martin wrote: Hi Jason, On 6 Nov 2024, at 20:47, Jason Merrill wrote: On 11/6/24 2:23 PM, Simon Martin wrote: Even though this PR is very close to PR117101, it's not addressed by the fix I made through r15-4958-g5821f5c8c89a05 because cxx_placement_new_fn has the ve

[PATCH v2] c++: Fix another crash with invalid new operators [PR117463]

2024-11-11 Thread Simon Martin
Hi Jason, On 6 Nov 2024, at 20:47, Jason Merrill wrote: > On 11/6/24 2:23 PM, Simon Martin wrote: >> Even though this PR is very close to PR117101, it's not addressed by >> the >> fix I made through r15-4958-g5821f5c8c89a05 because >> cxx_placement_new_fn >> has the very same issue as std_place