GCC build of HEAD failed for native with your patch on 2005-07-03T04:26:06Z.
Andrew Pinski
pinskia@physics.uc.edu
Sun Jul 3 06:26:00 GMT 2005
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
More information about the Gcc-regression
mailing list