Re: [PATCH] c++: Prune dead functions.

2021-05-18 Thread Jason Merrill via Gcc-patches
On 5/13/21 6:08 PM, Marek Polacek wrote: [ Repost from GCC 11 stage 3. Rebased onto current trunk. ] I was looking at the LCOV coverage report for the C++ FE and found a bunch of unused functions that I think we can remove. Obviously, I left alone various dump_* and debug_* routines. I haven't

[PATCH] c++: Prune dead functions.

2021-05-13 Thread Marek Polacek via Gcc-patches
[ Repost from GCC 11 stage 3. Rebased onto current trunk. ] I was looking at the LCOV coverage report for the C++ FE and found a bunch of unused functions that I think we can remove. Obviously, I left alone various dump_* and debug_* routines. I haven't removed cp_build_function_call although it

Re: [PATCH] c++: Prune dead functions.

2021-03-15 Thread Marek Polacek via Gcc-patches
On Mon, Mar 15, 2021 at 08:31:09AM -0400, Nathan Sidwell wrote: > On 3/11/21 3:58 PM, Marek Polacek via Gcc-patches wrote: > > I was looking at the LCOV coverage report for the C++ FE and > > found a bunch of unused functions that I think we can remove. > > Obviously, I left alone various dump_* an

Re: [PATCH] c++: Prune dead functions.

2021-03-15 Thread Nathan Sidwell
On 3/11/21 3:58 PM, Marek Polacek via Gcc-patches wrote: I was looking at the LCOV coverage report for the C++ FE and found a bunch of unused functions that I think we can remove. Obviously, I left alone various dump_* and debug_* routines. I haven't removed cp_build_function_call although it is

[PATCH] c++: Prune dead functions.

2021-03-11 Thread Marek Polacek via Gcc-patches
I was looking at the LCOV coverage report for the C++ FE and found a bunch of unused functions that I think we can remove. Obviously, I left alone various dump_* and debug_* routines. I haven't removed cp_build_function_call although it is also currently unused. * lambda_return_type: was used in p