This is the mail archive of the gcc-bugs@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]

Patch for final.c



Here's a (simple) patch for final.c.  Jeff, may I check this is?

-- 
Mark Mitchell <mmitchell@usa.net>
http://home.earthlink.net/~mbmitchell
Consulting Services Available

---------

1998-02-28  Mark Mitchell  <mmitchell@usa.net>

	* final.c (final_scan_insn): Undo overzealous removal of `set'.

Index: final.c
===================================================================
RCS file: /egcs/carton/cvsfiles/egcs/gcc/final.c,v
retrieving revision 1.13
diff -c -p -r1.13 final.c
*** final.c	1998/02/28 07:06:30	1.13
--- final.c	1998/03/01 02:24:57
*************** final_scan_insn (insn, file, optimize, p
*** 1393,1398 ****
--- 1393,1402 ----
       int nopeepholes;
  {
    register int i;
+ #ifdef HAVE_cc0
+   rtx set;
+ #endif
+ 
    insn_counter++;
  
    /* Ignore deleted insns.  These can occur when we split insns (due to a


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