This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [patch] Remove unused argument in dump_bb
- To: dnovillo at redhat dot com
- Subject: Re: [patch] Remove unused argument in dump_bb
- From: Jan van Male <jan dot vanmale at fenk dot wau dot nl>
- Date: Thu, 28 Jun 2001 22:16:18 +0200
- Cc: gcc-patches at gcc dot gnu dot org
- Reply-To: jan dot vanmale at fenk dot wau dot nl
> 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