Commit 0db5adc6 by Franz Sirl Committed by Franz Sirl

expr.c (store_constructor_field): Fix typo introduced with last gcc2 merge.

	* expr.c (store_constructor_field): Fix typo introduced with last
	gcc2 merge.

From-SVN: r31166
parent 592f2707
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.
......
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment