From 9074de27ac14b0d9c07cdafe31296ea072b1b464 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Sun, 18 Oct 1992 19:13:01 +0000 Subject: [PATCH] (store_field): Typo in last change. From-SVN: r2510 --- gcc/expr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/expr.c b/gcc/expr.c index db911c87acb..6808c9b90ce 100644 --- a/gcc/expr.c +++ b/gcc/expr.c @@ -2703,7 +2703,7 @@ store_field (target, bitsize, bitpos, mode, exp, value_mode, if (width_mask != 0 && ! (GET_CODE (target) == MEM && MEM_VOLATILE_P (target))) { - rtx count; + tree count; enum machine_mode tmode; if (unsignedp) return expand_and (temp, GEN_INT (width_mask), NULL_RTX); -- 2.30.2