This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Fix typo in today's large change
- To: gcc-patches at gcc dot gnu dot org
- Subject: Fix typo in today's large change
- From: kenner at vlsi1 dot ultra dot nyu dot edu (Richard Kenner)
- Date: Sat, 30 Dec 00 20:55:04 EST
2000-12-30 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
* expr.c (expand_expr, case COMPONENT_REF): Fix typo in last change.
*** expr.c 2000/12/30 13:10:51 1.283
--- expr.c 2000/12/31 01:44:05
*************** expand_expr (exp, target, tmode, modifie
*** 7043,7047 ****
if (mode == BLKmode)
{
! tree nt = build_qualified_type (type_for_size (ext_mode, 0),
TYPE_QUAL_CONST);
rtx new = assign_temp (nt, 0, 1, 1);
--- 7043,7047 ----
if (mode == BLKmode)
{
! tree nt = build_qualified_type (type_for_mode (ext_mode, 0),
TYPE_QUAL_CONST);
rtx new = assign_temp (nt, 0, 1, 1);