]> gcc.gnu.org Git - gcc.git/commit
dbgcnt: print list after compilation marxin/heads/dbgcnt-report-upper-limit
authorMartin Liska <mliska@suse.cz>
Tue, 6 Oct 2020 09:18:55 +0000 (11:18 +0200)
committerMartin Liska <mliska@suse.cz>
Tue, 6 Oct 2020 10:01:33 +0000 (12:01 +0200)
commit8c3a02599edded4f9d0183da4c1f1a65ae2203ee
treeeff37f770ada0911c263b6190444b7be15c586db
parent7650be78f97cc3294584f37e28953b36b33ef15b
dbgcnt: print list after compilation

gcc/ChangeLog:

* common.opt: Remove -fdbg-cnt-list from deferred options.
* dbgcnt.c (dbg_cnt_set_limit_by_index): Make a copy
to original_limits.
(dbg_cnt_list_all_counters): Print also current counter value
and print to stderr.
* opts-global.c (handle_common_deferred_options): Do not handle
-fdbg-cnt-list.
* opts.c (common_handle_option): Likewise.
* toplev.c (finalize): Handle it after compilation here.
gcc/common.opt
gcc/dbgcnt.c
gcc/opts-global.c
gcc/opts.c
gcc/toplev.c
This page took 0.057593 seconds and 6 git commands to generate.