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

2021-04-15 Thread Richard Biener via Gcc-patches
On Wed, Apr 14, 2021 at 4:07 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. OK once stage1 opens (can be pushed independently of the rest). Richard. > 2021-04-14 Indu Bhagat >

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

2021-04-14 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. *