This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: Build failure in dwarf2out
- From: Tim Prince <timothyprince at sbcglobal dot net>
- To: Paul Thomas <paulthomas2 at wanadoo dot fr>
- Cc: gcc at gcc dot gnu dot org, fortran at gcc dot gnu dot org
- Date: Sun, 29 Oct 2006 07:59:57 -0800
- Subject: Re: Build failure in dwarf2out
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=sbcglobal.net; h=Received:Message-ID:Date:From:Reply-To:User-Agent:MIME-Version:To:CC:Subject:References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=UhoK2ahCkVmzFncJwaLBpLeyYEz4ctUaqZ16bEcexgDr1/HuCtYWcXlmHVpDEROK6jE/mpCUEdthnYg6gjjA67LN9QahOUjHMYiW2FYohhHe20PBk4nXzPUZ1pQG5+flFWq++s9uGcDnjGqtVNu+cU0pWTVi2mIXO484qGjTgqM= ;
- References: <4544CA6C.3040500@wanadoo.fr>
- Reply-to: tprince at myrealbox dot com
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
reported
only once
../../trunk/gcc/dwarf2out.c:7672: error: for each function it appears in.)
../../trunk/gcc/dwarf2out.c:7672: error: `i' undeclared (first use in
this funct
ion)
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.