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]

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


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


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