1 GCC regressions, 1 new, with your patch on 2000-11-07T06:35:00Z.

Joern Rennecke amylaar@redhat.com
Tue Nov 7 11:51:00 GMT 2000


Installed under the obvious typo rule:

Tue Nov  7 19:44:30 2000  J"orn Rennecke <amylaar@redhat.com>

	* combine.c (distribute_notes): Fix typo in last change.

Index: combine.c
===================================================================
RCS file: /cvs/gcc/egcs/gcc/combine.c,v
retrieving revision 1.162
diff -p -r1.162 combine.c
*** combine.c	2000/11/07 06:36:11	1.162
--- combine.c	2000/11/07 19:44:29
*************** distribute_notes (notes, from_insn, i3, 
*** 12533,12539 ****
  							      PATTERN (tem)))
  				  {
  				    REG_NOTES (tem)
! 				      = gen_rtx_EXPR_LIST (REG_DEAD, piece,
  							   REG_NOTES (tem));
  				    break;
  				  }
--- 12533,12539 ----
  							      PATTERN (tem)))
  				  {
  				    REG_NOTES (tem)
! 				      = gen_rtx_EXPR_LIST (REG_UNUSED, piece,
  							   REG_NOTES (tem));
  				    break;
  				  }


More information about the Gcc-patches mailing list