This is the mail archive of the gcc@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]

haifa buglet


../../egcs/gcc/haifa-sched.c: In function `schedule_insns':
../../egcs/gcc/haifa-sched.c:8522: too many arguments to function `compute_preds_succs'
make: *** [haifa-sched.o] Error 1

bash[263] grep compute_preds_succs *.[ch]
flow.c:compute_preds_succs (s_preds, s_succs, num_preds, num_succs)
haifa-sched.c:    compute_preds_succs (s_preds, s_succs, num_preds, num_succs, 0);


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