This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Call for testers for pch-branch
- From: Graham Stott <graham dot stott at btinternet dot com>
- To: Geoffrey Keating <geoffk at apple dot com>
- Cc: Paolo Carlini <pcarlini at unitus dot it>, gcc <gcc at gnu dot org>
- Date: Wed, 27 Nov 2002 02:18:25 +0000
- Subject: Re: Call for testers for pch-branch
- References: <19AD010E-019D-11D7-ADB9-0030657EA24A@apple.com>
Hi Geoff,
The patch works for me :-) but there's another minor problem
dwarf2out.c is has an undefined reference to "const_lableno"
which is declared static in varasm.c.
Graham