This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Recent patch neglects to update tree.h - causes bootstrap failure
> "Zack Weinberg" <zack@codesourcery.com> writes:
>
> > Andreas Jaeger <aj@suse.de> writes:
> >
> >>>
> >>> ... and also because you have a bunch of HOST_WIDE_INT quantities
> >>> being printed with %l[xdu] not HOST_WIDE_INT_PRINT_{HEX,DEC,UNSIGNED}.
> >>
> >> I only found the following two places by visual inspection. Did you
> >> receive more warnings?
> >
> > Yeah. Here's the diff I came up with.
>
> That's the same that Andreas Tobler has.
>
> I'll commit the appended version after testing with this ChangeLog:
>
> 2003-10-26 Andreas Jaeger <aj@suse.de>
> Zack Weinberg <zack@codesourcery.com>
> Andreas Tobler <toa@pop.agri.ch>
>
> * dwarf2out.c (output_cfi): Use HOST_WIDE_INT_PRINT.
> (output_die): Likewise.
> (print_die): Likewise.
Thank you very much for fixing that. I was traveling today so I was
unable to do it myself. Sorry for failing to test this patch with long
long HOST_WIDE_INT.
Honza