diff options
Diffstat (limited to 'gcc/opts.c')
-rw-r--r-- | gcc/opts.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1434,6 +1434,10 @@ common_handle_option (size_t scode, const char *arg, int value, dbg_cnt_process_opt (arg); break; + case OPT_fdbg_cnt_list: + dbg_cnt_list_all_counters (); + break; + case OPT_fdiagnostics_show_location_: if (!strcmp (arg, "once")) diagnostic_prefixing_rule (global_dc) = DIAGNOSTICS_SHOW_PREFIX_ONCE; |