diff options
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/expr.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3c3dc8b..2a0f2ee 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2000-12-30 Richard Kenner <kenner@vlsi1.ultra.nyu.edu> + + * expr.c (expand_expr, case COMPONENT_REF): Fix typo in last change. + 2000-12-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> * builtins.c (validate_arglist): New function, use it. @@ -7042,7 +7042,7 @@ expand_expr (exp, target, tmode, modifier) if (mode == BLKmode) { - tree nt = build_qualified_type (type_for_size (ext_mode, 0), + tree nt = build_qualified_type (type_for_mode (ext_mode, 0), TYPE_QUAL_CONST); rtx new = assign_temp (nt, 0, 1, 1); |