[PING][PATCH]: Improvements to sched-deps.c interface

Roman Zippel zippel@linux-m68k.org
Wed Aug 22 12:16:00 GMT 2007


Hi,

On Tue, 14 Aug 2007, Maxim Kuvyrkov wrote:

> I successfully tested (bootstrap + regtest) the patch on ia64-linux-gnu,
> ppc64-linux-gnu (normal and with '-fmodulo-sched
> -fmodulo-sched-allow-regmoves' set to 1 in common.opt) and x86_64-linux-gnu.

It breaks bootstrap on all ports where INSN_SCHEDULING isn't defined:

cc1: warnings being treated as errors
../../gcc/gcc/sched-deps.c: In function 'update_dep':
../../gcc/gcc/sched-deps.c:946: error: unused parameter 'sd_it'
../../gcc/gcc/sched-deps.c:946: error: unused parameter 'mem1'
../../gcc/gcc/sched-deps.c:946: error: unused parameter 'mem2'
../../gcc/gcc/sched-deps.c: In function 'sched_analyze_insn':
../../gcc/gcc/sched-deps.c:2212: error: implicit declaration of function 'change_spec_dep_to_hard'
make[3]: *** [sched-deps.o] Error 1

bye, Roman



More information about the Gcc-patches mailing list