This is the mail archive of the gcc-regression@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]

Re: GCC build of HEAD failed for native with your patch on2005-07-03T04:26:06Z.


On Sun, 3 Jul 2005, Andrew Pinski wrote:

> And it is obvious the warning is wrong:
>         warning (0, "requested alignment for %q+D is greater than "
>                  "implemented alignment of %d", decl, rounded);
> 
> rounded is a unsigned HOST_WIDE_INT.

Assuming it passes bootstrap testing (there might be other such bugs in 
conditionally compiled parts of the compiler), do apply the change to use 
%wu as obvious.

-- 
Joseph S. Myers               http://www.srcf.ucam.org/~jsm28/gcc/
    jsm@polyomino.org.uk (personal mail)
    joseph@codesourcery.com (CodeSourcery mail)
    jsm28@gcc.gnu.org (Bugzilla assignments and CCs)


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