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 on 2005-07-03T04:26:06Z.



On Jul 3, 2005, at 2:15 AM, GCC regression checker wrote:


With your recent patch, GCC HEAD does not compile on:
 native
Attached is build output for those targets.

The build failures are new.

This looks like it was caused by: +2005-07-03 Joseph S. Myers <joseph@codesourcery.com> + + * c-common.h (GCC_DIAG_STYLE): Define. + * c-tree.h (GCC_DIAG_STYLE): Do not define. Change minimum GCC + version for format checking to 4.1.


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.

This is a latent bug.

-- Pinski


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