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

2022-05-31 Thread Jason Merrill via Gcc-patches
/logic.cc, but on second thought 'tv', as used by r12-5487-g9bf69a8558638c, seems better. So consider the names changed to 'tv': -- >8 -- Subject: [PATCH] c++: use auto_timevar instead of timevar_push/pop r12-5487-g9bf69a8558638c replaced uses of timevar_cond_push/pop with auto_cond_timevar and remo

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

2022-05-31 Thread Patrick Palka via Gcc-patches
e consistent with the existing uses of auto_timevar in constexpr/constraint/logic.cc, but on second thought 'tv', as used by r12-5487-g9bf69a8558638c, seems better. So consider the names changed to 'tv': -- >8 -- Subject: [PATCH] c++: use auto_timevar instead of timevar_push/pop r12-5487-g9bf69

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

2022-05-31 Thread Patrick Palka via Gcc-patches
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-gnu, does this look OK for trunk? gcc/cp/ChangeLog: