expr.c (store_constructor_field): Fix typo introduced with last gcc2 merge.
authorFranz Sirl <Franz.Sirl-kernel@lauterbach.com>
Sun, 2 Jan 2000 13:13:37 +0000 (13:13 +0000)
committerFranz Sirl <sirl@gcc.gnu.org>
Sun, 2 Jan 2000 13:13:37 +0000 (13:13 +0000)
* expr.c (store_constructor_field): Fix typo introduced with last
gcc2 merge.

From-SVN: r31166

gcc/ChangeLog
gcc/expr.c

index d7e736528a0258371534d4e5cf51dba047b8d954..01de4f4f7eccd22225e9f6b48a3360ab032951f2 100644 (file)
@@ -1,3 +1,8 @@
+2000-01-02  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
+
+       * expr.c (store_constructor_field): Fix typo introduced with last
+       gcc2 merge.
+
 2000-01-01  Mark Mitchell  <mark@codesourcery.com>
 
        * tree.h (BINFO_N_BASETYPES): New macro.
index ac498a481e6198d11dd73e0f84329baac4e4bf9e..e7084aeb61402beffb691122994161e07bb0fd2b 100644 (file)
@@ -4079,7 +4079,7 @@ store_constructor_field (target, bitsize, bitpos,
   else
     store_field (target, bitsize, bitpos, mode, exp, VOIDmode, 0, 
                 (align + BITS_PER_UNIT - 1) / BITS_PER_UNIT,
-                int_size_in_bytes (type), cleared);
+                int_size_in_bytes (type), 0);
 }
 
 /* Store the value of constructor EXP into the rtx TARGET.