Re: [PATCH] Deprecate gimple-builder.h API

2021-04-15 Thread Richard Biener
On April 15, 2021 6:08:44 PM GMT+02:00, Martin Sebor wrote: >On 4/15/21 5:01 AM, Richard Biener wrote: >> This adds a deprecation note to the undocumented gimple-builder.h >> API only used by asan and sancov. >> >> Pushed. >> >> 2021-04-15 Richard Biener >> >> * gimple-builder.h: Add

Re: [PATCH] Deprecate gimple-builder.h API

2021-04-15 Thread Martin Sebor via Gcc-patches
On 4/15/21 5:01 AM, Richard Biener wrote: This adds a deprecation note to the undocumented gimple-builder.h API only used by asan and sancov. Pushed. 2021-04-15 Richard Biener * gimple-builder.h: Add deprecation note. --- gcc/gimple-builder.h | 2 ++ 1 file changed, 2

[PATCH] Deprecate gimple-builder.h API

2021-04-15 Thread Richard Biener
This adds a deprecation note to the undocumented gimple-builder.h API only used by asan and sancov. Pushed. 2021-04-15 Richard Biener * gimple-builder.h: Add deprecation note. --- gcc/gimple-builder.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gcc/gimple-builder.h