This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
3.1 Bootstrap Failure: delete_trivially_dead_insns parameters
- To: jh at suse dot cz
- Subject: 3.1 Bootstrap Failure: delete_trivially_dead_insns parameters
- From: Jeffrey Oldham <oldham at codesourcery dot com>
- Date: Fri, 20 Jul 2001 12:13:13 -0700
- cc: oldham at codesourcery dot com, gcc-bugs at gcc dot gnu dot org
- Reply-to: oldham at codesourcery dot com
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