Fix last change

From-SVN: r38630
This commit is contained in:
Richard Kenner 2001-01-02 11:46:26 -05:00
parent e0339ef7a3
commit eeebb82437
1 changed files with 2 additions and 1 deletions

View File

@ -4342,7 +4342,8 @@ store_constructor_field (target, bitsize, bitpos,
/* Show the alignment may no longer be what it was and update the alias
set, if required. */
align = MIN (align, bitpos & - bitpos);
if (bitpos != 0)
align = MIN (align, bitpos & - bitpos);
if (GET_CODE (target) == MEM)
MEM_ALIAS_SET (target) = alias_set;