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]

Re: bootstrap broken on solaris8


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


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