Re: [PATCH] debug/102507: ICE in btf_finalize when compiling with -gbtf

2021-09-29 Thread Richard Biener via Gcc-patches
On Tue, Sep 28, 2021 at 8:41 PM Indu Bhagat via Gcc-patches wrote: > > Fix the free'up of btf_var_ids hash_map in btf_finalize (). OK. > Testing notes: > > - Bootstrapped GCC with -gbtf as an experiment. > - Usual bootstrap and regression testing on x86_64. > - BPF backend testing - make all-gcc

[PATCH] debug/102507: ICE in btf_finalize when compiling with -gbtf

2021-09-28 Thread Indu Bhagat via Gcc-patches
Fix the free'up of btf_var_ids hash_map in btf_finalize (). Testing notes: - Bootstrapped GCC with -gbtf as an experiment. - Usual bootstrap and regression testing on x86_64. - BPF backend testing - make all-gcc, reg tested bpf.exp, btf.exp and ctf.exp. (tested using David Faust's config.gcc pa