This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [tree-ssa] Fix format in c-call-graph
- From: Diego Novillo <dnovillo at redhat dot com>
- To: Andreas Jaeger <aj at suse dot de>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Fri, 29 Nov 2002 09:44:47 -0500
- Subject: Re: [tree-ssa] Fix format in c-call-graph
- Organization: Red Hat Canada
- References: <u8u1i0ix1t.fsf@gromit.moeb>
On Fri, 29 Nov 2002, Andreas Jaeger wrote:
> The appended patch fixes this warning:
> /cvs/gcc-tree-ssa-20020619-branch/gcc/c-call-graph.c:124: warning: int format, double arg (arg 6)
>
> Ok to commit? Or should the output really be an int - I'll commit then
> the other version.
>
I believe the output really is a double. Sébastian?
Diego.