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]

3.1 Bootstrap Failure: delete_trivially_dead_insns parameters



gcc/cse.c:delete_trivially_dead_insns() has three arguments but its
declaration in gcc/rtl.h it has two arguments.

../../gcc/cse.c: In function `set_live_p':
../../gcc/cse.c:7491: warning: unused parameter `insn'
../../gcc/cse.c: In function `delete_trivially_dead_insns':
../../gcc/cse.c:7595: number of arguments doesn't match prototype
../../gcc/rtl.h:1690: prototype declaration

It appears that you most recently touched these two files, reversing a
patch to cse.c.  Will you please ensure that the code compiles?

Thanks,
Jeffrey D. Oldham
oldham@codesourcery.com


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