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]

Missing declaration in gcse.c


There is missing one declaration in hash_scan_insn.

*** ../../orig/egcs-19980707/gcc/gcse.c Wed Jul  8 05:36:50 1998
--- gcse.c      Mon Jul 13 10:30:34 1998
***************
*** 1857,1862 ****
--- 1857,1863 ----
  hash_scan_insn (insn, set_p, in_libcall_block)
       rtx insn;
       int set_p;
+      int in_libcall_block;
  {
    rtx pat = PATTERN (insn);


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