This is the mail archive of the
gcc-regression@gcc.gnu.org
mailing list for the GCC project.
Re: GCC build of HEAD failed for native with your patch on2005-07-03T04:26:06Z.
- From: "Joseph S. Myers" <joseph at codesourcery dot com>
- To: Andrew Pinski <pinskia at physics dot uc dot edu>
- Cc: gcc-regression at gcc dot gnu dot org, coudert at clipper dot ens dot fr, gdr at integrable-solutions dot net, law at redhat dot com, edelsohn at gnu dot org, zack at codesourcery dot com, kazu at codesourcery dot com, rth at redhat dot com, dberlin at dberlin dot org
- Date: Sun, 3 Jul 2005 11:44:18 +0000 (UTC)
- Subject: Re: GCC build of HEAD failed for native with your patch on2005-07-03T04:26:06Z.
- References: <20050703061530.181F918775563@gcc-regress.apple.com><ccebe8fa472f5931314a99b1cfaa4544@physics.uc.edu>
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)