Build failure of egcs-980302 on native sparc-sun-solaris2.5 system.

Manfred Hollstein manfred@s-direktnet.de
Fri Mar 6 07:40:00 GMT 1998


On Fri, 6 March 1998, 11:46:26, colin@shelob.iti.salford.ac.uk wrote:

 > After a simple
 > 
 > configure 
 > 
 > then 
 > 
 > make bootstrap, 
 > 
 > I get the following error which stops the compilation, in 
 > ~/gnu/egcs-980302/gcc
 > 
 > gcc -c  -DIN_GCC  -DSVR4  -g  -DHAVE_CONFIG_H     -I. -I. -I./config reorg.c
 > reorg.c: In function `fill_eager_delay_slots':
 > reorg.c:3951: too few arguments to function `fill_slots_from_thread'
 > make[2]: *** [reorg.o] Error 1

This one is fixed already. If you're CVS capable, update; else apply this
patch:

Mon Mar  2 16:12:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>

	* reorg.c (fill_eager_delay_slots): Add new argument delay_list
	in call to fill_slots_from_thread.

diff -up egcs-980302.orig/gcc/reorg.c egcs-980302/gcc/reorg.c
--- egcs-980302.orig/gcc/reorg.c	Mon Mar  2 14:01:14 1998
+++ egcs-980302/gcc/reorg.c	Mon Mar  2 16:06:30 1998
@@ -3948,7 +3948,8 @@ fill_eager_delay_slots ()
 	      = fill_slots_from_thread (insn, condition, fallthrough_insn,
 					insn_at_target, 0, 0,
 					own_fallthrough,
-					slots_to_fill, &slots_filled);
+					slots_to_fill, &slots_filled,
+					delay_list);
 
 	  if (delay_list == 0)
 	    delay_list



More information about the Gcc-bugs mailing list