diff options
Diffstat (limited to 'gcc/c-common.c')
-rw-r--r-- | gcc/c-common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-common.c b/gcc/c-common.c index 584a4a5..e01b37f 100644 --- a/gcc/c-common.c +++ b/gcc/c-common.c @@ -192,7 +192,7 @@ decl_attributes (decl, attributes) else if (TREE_CODE (decl) != VAR_DECL && TREE_CODE (decl) != FIELD_DECL) error_with_decl (decl, - "alignment specified for `%s', not a variable"); + "alignment specified for `%s'"); else DECL_ALIGN (decl) = align; } |