This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH][PING] dbgcnt cleanup (re: Ian's dataflow comment)


This is a ping for the patch:

http://gcc.gnu.org/ml/gcc-patches/2007-06/msg00388.html

I've reattached the patch.

ChangeLog:

2006-06-12 Seongbae Park <seongbae.park@gmail.com>

      * opts.c (common_handle_option): Handle new option -fdbg-cnt-list.
      * dbgcnt.c (dbg_cnt_set_limit_by_name): Return value to
indicate an error.
      (dbg_cnt_process_single_pair, dbg_cnt_list_all_counters): New functions
      (dbg_cnt_process_opt): Print an error on a bad argument.
      * dbgcnt.h (dbg_cnt_list_all_counters): New function declaration.
      * common.opt (-fdbg-cnt-list): New.
      * doc/invoke.texi (-fdbg-cnt-list, -fdbg-cnt=): New.
--
#pragma ident "Seongbae Park, compiler, http://seongbae.blogspot.com";

Attachment: df-dbg-cnt-cleanup.diff
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]