Re: [PATCH] cgraph_node: Remove redundant section clearing

2022-11-04 Thread Jan Hubicka via Gcc-patches
> Ok for trunk if testing passes? > > gcc/ChangeLog: > > * cgraph.cc (cgraph_node::make_local): Remove redundant set_section. > * multiple_target.cc (create_dispatcher_calls): Likewise. OK (not sure how this slipped in) The code in create_dispatcher_calls is clearly cut&past of make_l

Re: [PATCH] cgraph_node: Remove redundant section clearing

2022-11-03 Thread Jeff Law via Gcc-patches
On 11/3/22 14:47, Bernhard Reutner-Fischer via Gcc-patches wrote: Ok for trunk if testing passes? gcc/ChangeLog: * cgraph.cc (cgraph_node::make_local): Remove redundant set_section. * multiple_target.cc (create_dispatcher_calls): Likewise. OK after testing passes. jeff

[PATCH] cgraph_node: Remove redundant section clearing

2022-11-03 Thread Bernhard Reutner-Fischer via Gcc-patches
Ok for trunk if testing passes? gcc/ChangeLog: * cgraph.cc (cgraph_node::make_local): Remove redundant set_section. * multiple_target.cc (create_dispatcher_calls): Likewise. Signed-off-by: Bernhard Reutner-Fischer --- gcc/cgraph.cc | 1 - gcc/multiple_target.cc | 1 -