This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: bootstrap broken on solaris8
- From: Zack Weinberg <zackw at panix dot com>
- To: Andreas Tobler <toa at pop dot agri dot ch>
- Cc: GCC Mailing List <gcc at gcc dot gnu dot org>
- Date: Tue, 24 Jan 2006 21:49:37 -0500
- Subject: Re: bootstrap broken on solaris8
- References: <43D692DD.6000301@pop.agri.ch> <43D6B56C.9030100@pop.agri.ch>
On Wed, Jan 25, 2006 at 12:17:00AM +0100, Andreas Tobler wrote:
> Andreas Tobler wrote:
> >I get the following bootstrap break on solaris 8:
> >
> >cc1: warnings being treated as errors
> >insn-automata.c: In function 'internal_insn_latency':
> >insn-automata.c:1969: warning: implicit declaration of function
> >'store_data_bypass_p'
[...]
> Hm, adding "insn-config.h" and "recog.h" to insn-automata.c makes it
> compile. Try now to do it the right way via genautomata.c
>
> Is this correct, Zack?
Oh, probably. insn-attrtab.c sees those headers, after all. Don't forget
to update the dependency list for insn-automata.o in Makefile.in.
zw