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]

64bit cleanup in flow.c



This fixes a problem with argument size not matchine format size
in flow.c (the difference of pointers is a long).

Brad

===================================================================
RCS file: RCS/flow.c,v
retrieving revision 1.1
diff -c -r1.1 flow.c
*** flow.c	1999/12/09 02:48:27	1.1
--- flow.c	1999/12/09 02:57:41
***************
*** 6430,6436 ****
  
        fprintf (file, ";; loop %d (%d to %d):\n"
  	       ";;   header %d, latch %d, pre-header %d,"
! 	       " depth %d, level %d, outer %d\n",
  	       i, INSN_UID (loop->header->head), INSN_UID (loop->latch->end),
  	       loop->header->index, loop->latch->index,
  	       loop->pre_header ? loop->pre_header->index : -1, 
--- 6430,6436 ----
  
        fprintf (file, ";; loop %d (%d to %d):\n"
  	       ";;   header %d, latch %d, pre-header %d,"
! 	       " depth %d, level %d, outer %ld\n",
  	       i, INSN_UID (loop->header->head), INSN_UID (loop->latch->end),
  	       loop->header->index, loop->latch->index,
  	       loop->pre_header ? loop->pre_header->index : -1, 


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