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]

Re: [patch] Remove unused argument in dump_bb


> When bb->count was converted to gcov_type, the first fprintf() in
> dump_bb wasn't updated.
> 
> I guess this qualifies as an obvious fix?  I haven't tested it.

I would agree that it is an obvious fix. It appears we have been fixing the
same! See my unreviewed patch which also fixes a similar thing in predict.c:

http://gcc.gnu.org/ml/gcc-patches/2001-06/msg01528.html

Note that a similar situation is present in libgcc2.c.

jan


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