This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Fix typo in today's large change


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);

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]