Re: [PATCH V7 2/7] dwarf: new dwarf_debuginfo_p predicate

2021-04-29 Thread Richard Biener via Gcc-patches
On Mon, Apr 19, 2021 at 7:32 PM Jose E. Marchesi via Gcc-patches wrote: > > This patch introduces a dwarf_debuginfo_p predicate that abstracts and > replaces complex checks on write_symbols. I've heard you're considering more changes in this area but the patch would be OK as-is with me as well.

[PATCH V7 2/7] dwarf: new dwarf_debuginfo_p predicate

2021-04-19 Thread Jose E. Marchesi via Gcc-patches
This patch introduces a dwarf_debuginfo_p predicate that abstracts and replaces complex checks on write_symbols. 2021-04-14 Indu Bhagat gcc/ChangeLog * flags.h (dwarf_debuginfo_p): New function declaration. * opts.c (dwarf_debuginfo_p): New function definition. * confi