fix
authorMatthias Braun <matze@braunis.de>
Fri, 20 Mar 2009 05:32:50 +0000 (05:32 +0000)
committerMatthias Braun <matze@braunis.de>
Fri, 20 Mar 2009 05:32:50 +0000 (05:32 +0000)
[r25711]

parser.c

index 93c338f..293630f 100644 (file)
--- a/parser.c
+++ b/parser.c
@@ -2579,6 +2579,7 @@ static compound_t *parse_compound_type_specifier(bool is_struct)
                entity_t *entity = allocate_entity_zero(kind);
                compound         = &entity->compound;
 
+               compound->alignment            = 1;
                compound->base.namespc         = NAMESPACE_TAG;
                compound->base.source_position = token.source_position;
                compound->base.symbol          = symbol;