Re: [PATCH] ipa: Fix segfault when remapping debug_binds with expressions (PR 103132)

2021-11-08 Thread Richard Biener via Gcc-patches
On Mon, 8 Nov 2021, Martin Jambor wrote: > Hi, > > my initial implementation of the method > ipa_param_body_adjustments::remap_with_debug_expressions was based on > the assumption that if it was asked to remap an expression (as opposed > to a simple SSA_NAME), the expression would not contain an

[PATCH] ipa: Fix segfault when remapping debug_binds with expressions (PR 103132)

2021-11-08 Thread Martin Jambor
Hi, my initial implementation of the method ipa_param_body_adjustments::remap_with_debug_expressions was based on the assumption that if it was asked to remap an expression (as opposed to a simple SSA_NAME), the expression would not contain an SSA_NAME operand which is to be debug-reset. While th