Hi. While I was working on PR84201 it was very handy for me to use debug counters for a particular source file. That's because I can't run a verification on a spec result and I was unable to persuade runspec command to use a modified binary for run.
Thus's I'm suggesting extension of the option to filter aux_base_name. I've been testing the series right now. Thoughts? Thanks, Martin marxin (3): Fix multiple values for -fdbg-cnt. Extend format of -fdbg-cnt: add aux_base filter. Dump -fdbg-cnt limit reach also to stderr stream. gcc/dbgcnt.c | 60 ++++++++++++++++++++------------ gcc/doc/invoke.texi | 8 +++-- gcc/testsuite/gcc.dg/dbg-cnt-1.c | 6 ++++ 3 files changed, 50 insertions(+), 24 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/dbg-cnt-1.c -- 2.21.0