Re: [PATCH] c++: use auto_timevar instead of timevar_push/pop

2022-05-31 Thread Jason Merrill via Gcc-patches
On 5/31/22 13:47, Patrick Palka wrote: On Tue, 31 May 2022, Patrick Palka wrote: r12-5487-g9bf69a8558638c replaced uses of timevar_cond_push/pop with auto_cond_timevar and removed now unnecessary wrapper functions. This patch does the same for timevar_push/pop and auto_timevar. Bootstrapped a

Re: [PATCH] c++: use auto_timevar instead of timevar_push/pop

2022-05-31 Thread Patrick Palka via Gcc-patches
On Tue, 31 May 2022, Patrick Palka wrote: > r12-5487-g9bf69a8558638c replaced uses of timevar_cond_push/pop with > auto_cond_timevar and removed now unnecessary wrapper functions. This > patch does the same for timevar_push/pop and auto_timevar. > > Bootstrapped and regtested on x86_64-pc-linux-