Re: [PATCH] Replace more DEBUG_EXPR_DECL creations with build_debug_expr_decl

2021-11-12 Thread Richard Biener via Gcc-patches
On November 12, 2021 3:39:56 PM GMT+01:00, Martin Jambor wrote: >Hi, > >On Tue, Nov 09 2021, Richard Biener wrote: >> On Mon, 8 Nov 2021, Martin Jambor wrote: >>> this patch introduces a helper function build_debug_expr_decl to build >>> DEBUG_EXPR_DECL tree nodes in the most common way and repla

[PATCH] Replace more DEBUG_EXPR_DECL creations with build_debug_expr_decl

2021-11-12 Thread Martin Jambor
Hi, On Tue, Nov 09 2021, Richard Biener wrote: > On Mon, 8 Nov 2021, Martin Jambor wrote: >> this patch introduces a helper function build_debug_expr_decl to build >> DEBUG_EXPR_DECL tree nodes in the most common way and replaces with a >> call of this function all code pieces which build such a D