Re: Build failure in dwarf2out

2006-10-29 Thread Paul Thomas
Tim, My guess is that the #define activating that region of code is erroneously triggered. I am running the 2-day (on cygwin with a substandard BIOS) testsuite now. I decided to set it to #if 0 just as I saw your mail - it is now building just fine; I haven't tested it yet but I guess, since i

Re: Build failure in dwarf2out

2006-10-29 Thread Tim Prince
Paul Thomas wrote: I am being hit by this: rf2out.c -o dwarf2out.o ../../trunk/gcc/dwarf2out.c: In function `file_name_acquire': ../../trunk/gcc/dwarf2out.c:7672: error: `files' undeclared (first use in this f unction) ../../trunk/gcc/dwarf2out.c:7672: error: (Each undeclared identifier is re

Build failure in dwarf2out

2006-10-29 Thread Paul Thomas
I am being hit by this: rf2out.c -o dwarf2out.o ../../trunk/gcc/dwarf2out.c: In function `file_name_acquire': ../../trunk/gcc/dwarf2out.c:7672: error: `files' undeclared (first use in this f unction) ../../trunk/gcc/dwarf2out.c:7672: error: (Each undeclared identifier is reported only once ..