mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-19 08:30:28 +08:00
* varasm.c (assemble_variable): Fix format specifier thinko.
From-SVN: r101550
This commit is contained in:
parent
dd0f37b575
commit
3c25d6a8c1
@ -1745,7 +1745,7 @@ assemble_variable (tree decl, int top_level ATTRIBUTE_UNUSED,
|
||||
#if !defined(ASM_OUTPUT_ALIGNED_COMMON) && !defined(ASM_OUTPUT_ALIGNED_DECL_COMMON) && !defined(ASM_OUTPUT_ALIGNED_BSS)
|
||||
if ((unsigned HOST_WIDE_INT) DECL_ALIGN_UNIT (decl) > rounded)
|
||||
warning (0, "requested alignment for %q+D is greater than "
|
||||
"implemented alignment of %d", decl, rounded);
|
||||
"implemented alignment of %wu", decl, rounded);
|
||||
#endif
|
||||
|
||||
/* If the target cannot output uninitialized but not common global data
|
||||
|
Loading…
x
Reference in New Issue
Block a user