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]
Other format: [Raw text]

Bootstrap failure in targhooks.c


gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -fno-common   -DHAVE_CONFIG_H    -I. -I. -I../../gcc-main/gcc -I../../gcc-main/gcc/. -I../../gcc-main/gcc/../include  ../../gcc-main/gcc/targhooks.c -o targhooks.o
../../gcc-main/gcc/targhooks.c: In function `default_external_libcall':
../../gcc-main/gcc/targhooks.c:68: error: `asm_out_file' undeclared (first use in this function)
../../gcc-main/gcc/targhooks.c:68: error: (Each undeclared identifier is reported only once
../../gcc-main/gcc/targhooks.c:68: error: for each function it appears in.)
make[2]: *** [targhooks.o] Error 1

I don't think this is due to one of my local changes, though I suppose
I could be wrong.
I'm guessing one of Rainer Orth's recent changes, perhaps?

-- 
Nathanael Nerode  <neroden at gcc.gnu.org>
http://home.twcny.rr.com/nerode/neroden/fdl.html


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