Solaris2.7 bootstrap failure in expmed.c, missing CODE_FOR_insv etc.

Kaveh R. Ghazi ghazi@caip.rutgers.edu
Tue Aug 21 21:22:00 GMT 2001


Your last patch causes bootstrap breakage in stage1 on
sparc-sun-solaris2.7:

 > expmed.c: In function `store_bit_field':
 > expmed.c:547: `CODE_FOR_insv' undeclared (first use in this function)
 > expmed.c:547: (Each undeclared identifier is reported only once
 > expmed.c:547: for each function it appears in.)
 > expmed.c:661: warning: implicit declaration of function `gen_insv'
 > expmed.c:661: warning: assignment makes pointer from integer without a cast
 > expmed.c: In function `extract_bit_field':
 > expmed.c:1295: `CODE_FOR_extzv' undeclared (first use in this function)
 > expmed.c:1394: warning: implicit declaration of function `gen_extzv'
 > expmed.c:1395: warning: assignment makes pointer from integer without a cast
 > expmed.c:1431: `CODE_FOR_extv' undeclared (first use in this function)
 > expmed.c:1526: warning: implicit declaration of function `gen_extv'
 > expmed.c:1527: warning: assignment makes pointer from integer without a cast
 > make[2]: *** [expmed.o] Error 1

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



More information about the Gcc-bugs mailing list