3.1 Bootstrap Failure: delete_trivially_dead_insns parameters

Jeffrey Oldham oldham@codesourcery.com
Fri Jul 20 12:15:00 GMT 2001


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



More information about the Gcc-bugs mailing list