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

Irix6 bootstrap fails in function.c, missing arg to set_mem_attributes


When bootstrapping tonight's CVS on mips-irix6.2 I get:

 > cc -n32 -c -DIN_GCC -g -DHAVE_CONFIG_H -I. -I../../egcs-CVS20000604/gcc
 > 	-I../../egcs-CVS20000604/gcc/config
 > 	-I../../egcs-CVS20000604/gcc/../include
 > 	../../egcs-CVS20000604/gcc/function.c
 > [...]
 > "../../egcs-CVS20000604/gcc/function.c", line 4643: error(1162): too few
 >           arguments in function call
 >   	      set_mem_attributes (copy, parm);

We're missing the `objectp' parameter to set_mem_attributes.

--
Kaveh R. Ghazi			Engagement Manager / Project Services
ghazi@caip.rutgers.edu		Qwest Internet Solutions

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